Skip to content

Commit

Permalink
Revert "address review"
Browse files Browse the repository at this point in the history
This reverts commit 56fd657.
  • Loading branch information
kosmydel committed Feb 9, 2024
1 parent 5f13923 commit 1743d97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/settings/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function AboutPage() {
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS)}
icon={Illustrations.PalmTree}
/>
<ScrollView>
<ScrollView contentContainerStyle={styles.pt3}>
<View style={[styles.flex1, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<Section
title={translate('footer.aboutExpensify')}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Preferences/PreferencesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function PreferencesPage(props) {
shouldShowBackButton={isSmallScreenWidth}
onBackButtonPress={() => Navigation.goBack()}
/>
<ScrollView>
<ScrollView contentContainerStyle={styles.pt3}>
<View style={[styles.flex1, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<Section
title={translate('preferencesPage.appSection.title')}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Security/SecuritySettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function SecuritySettingsPage() {
onBackButtonPress={() => Navigation.goBack()}
icon={Illustrations.LockClosed}
/>
<ScrollView>
<ScrollView contentContainerStyle={styles.pt3}>
<View style={[styles.flex1, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<Section
title={translate('securityPage.title')}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacesListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function WorkspacesListPage({policies, allPolicyMembers, reimbursementAccount, r
onPress={() => App.createWorkspaceWithPolicyDraftAndNavigateToIt()}
/>
</HeaderWithBackButton>
<ScrollView>
<ScrollView contentContainerStyle={styles.pt3}>
<View style={[styles.flex1, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<FeatureList
menuItems={workspaceFeatures}
Expand Down

0 comments on commit 1743d97

Please sign in to comment.