Skip to content

Commit

Permalink
Update src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Browse files Browse the repository at this point in the history
Co-authored-by: wentao <[email protected]>
  • Loading branch information
keisyrzk and ntdiary authored Dec 4, 2023
1 parent 46fa265 commit 17ac677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ function ReimbursementAccountPage({reimbursementAccount, route, onfidoToken, pol
subtitle={policyName}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WORKSPACES)}
/>
<View style={[styles.m5, styles.flex1]}>
<View style={[styles.m5, styles.mv3, styles.flex1}>

Check failure on line 451 in src/pages/ReimbursementAccount/ReimbursementAccountPage.js

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.
<Text>{errorText}</Text>
</View>
</ScreenWrapper>
Expand Down

0 comments on commit 17ac677

Please sign in to comment.