Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
suneox committed Feb 21, 2024
1 parent e469805 commit 80863fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function SignInPageInner({credentials, account, activeClients = [], preferredLoc
// The SVG should flow under the Home Indicator on iOS.
<ScreenWrapper
shouldEnableMaxHeight={shouldEnableMaxHeight}
style={[styles.signInPage, StyleUtils.getSafeAreaPadding({ ...safeAreaInsets, bottom: 0, top: isInModal ? 0 : safeAreaInsets.top }, 1)]}
style={[styles.signInPage, StyleUtils.getSafeAreaPadding({...safeAreaInsets, bottom: 0, top: isInModal ? 0 : safeAreaInsets.top}, 1)]}
testID={SignInPageInner.displayName}
>
<SignInPageLayout
Expand Down

0 comments on commit 80863fe

Please sign in to comment.