Skip to content

Commit 3bcfa35

Browse files
MelvinBotsituchan
andcommitted
Fix: run Prettier on PhoneNumberPage
Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>
1 parent 4e1fe96 commit 3bcfa35

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/pages/settings/Profile/PersonalDetails/PhoneNumberPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ function PhoneNumberPage() {
9292
onBackButtonPress={() => Navigation.goBack()}
9393
/>
9494
{isLoadingApp ? (
95-
<View style={[styles.flex1, styles.pRelative, styles.justifyContentCenter, styles.alignItemsCenter, StyleUtils.getBackgroundColorStyle(theme.componentBG), {opacity: 0.8}]}>
95+
<View
96+
style={[styles.flex1, styles.pRelative, styles.justifyContentCenter, styles.alignItemsCenter, StyleUtils.getBackgroundColorStyle(theme.componentBG), {opacity: 0.8}]}
97+
>
9698
<ActivityIndicator
9799
size={CONST.ACTIVITY_INDICATOR_SIZE.LARGE}
98100
reasonAttributes={{context: 'PhoneNumberPage', isLoadingApp} satisfies SkeletonSpanReasonAttributes}

0 commit comments

Comments
 (0)