Release fixes (#3318)

* Fix error overflow

* await setSavedFeeds before setting birth date

* await birth date first instead of feeds

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Eric Bailey
2024-03-21 14:11:23 -05:00
committed by GitHub
parent e874dd290e
commit 4d50aac4ee
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function FormError({error}: {error?: string}) {
a.gap_sm,
]}>
<Warning fill={t.palette.white} size="md" />
<View>
<View style={[a.flex_1]}>
<Text style={[{color: t.palette.white}, a.font_bold, a.leading_snug]}>
{error}
</Text>