We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a66d5 + 70338f6 commit 10d08d2Copy full SHA for 10d08d2
src/pages/settings/InitialSettingsPage.tsx
@@ -524,6 +524,7 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
524
bottomContent={!shouldDisplayLHB && <NavigationTabBar selectedTab={NAVIGATION_TABS.SETTINGS} />}
525
shouldEnableKeyboardAvoidingView={false}
526
>
527
+ {shouldDisplayLHB && <NavigationTabBar selectedTab={NAVIGATION_TABS.SETTINGS} />}
528
{headerContent}
529
<ScrollView
530
ref={scrollViewRef}
@@ -554,7 +555,6 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
554
555
}}
556
/>
557
</ScrollView>
- {shouldDisplayLHB && <NavigationTabBar selectedTab={NAVIGATION_TABS.SETTINGS} />}
558
</ScreenWrapper>
559
);
560
}
0 commit comments