Surface raw server error if exists (#2096)

* Surface raw server error if exists

* Update copy

* Update translation files

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
Eric Bailey 2023-12-05 20:25:32 -06:00 committed by GitHub
parent 7f3324d4a4
commit e6bda92b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 602 additions and 463 deletions

View file

@ -210,7 +210,7 @@ let Feed = ({
return (
<FeedErrorMessage
feedDesc={feed}
error={error}
error={error ?? undefined}
onPressTryAgain={onPressTryAgain}
/>
)