Skip to content

Commit

Permalink
Merge pull request #28620 from Expensify/vit-removeCloseButtonFromSec…
Browse files Browse the repository at this point in the history
…urityPage

Remove the close button from security page
  • Loading branch information
roryabraham authored Oct 3, 2023
2 parents ee81a28 + 01e8165 commit c415f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/settings/Security/SecuritySettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function SecuritySettingsPage(props) {
title={props.translate('initialSettingsPage.security')}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS)}
shouldShowBackButton
shouldShowCloseButton
illustration={LottieAnimations.Safe}
backgroundColor={themeColors.PAGE_BACKGROUND_COLORS[SCREENS.SETTINGS.SECURITY]}
>
Expand Down

0 comments on commit c415f7b

Please sign in to comment.