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
9 changed files with 602 additions and 463 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ let Feed = ({
return (
<FeedErrorMessage
feedDesc={feed}
error={error}
error={error ?? undefined}
onPressTryAgain={onPressTryAgain}
/>
)