Skip to content

Commit

Permalink
pull in changes from commit 3b5e279
Browse files Browse the repository at this point in the history
  • Loading branch information
bondydaa committed Jun 27, 2023
1 parent 3c806f1 commit 7bd01cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/settings/Security/CloseAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ function CloseAccountPage(props) {

return (
<ScreenWrapper includeSafeAreaPaddingBottom={false}>
<HeaderWithCloseButton
<HeaderWithBackButton
title={props.translate('closeAccountPage.closeAccount')}
shouldShowBackButton
onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS_SECURITY)}
onCloseButtonPress={() => Navigation.dismissModal(true)}
onBackButtonPress={Navigation.goBack}
/>
<Form
formID={ONYXKEYS.FORMS.CLOSE_ACCOUNT_FORM}
Expand Down

0 comments on commit 7bd01cb

Please sign in to comment.