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:
parent
e874dd290e
commit
4d50aac4ee
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue