Skip to content

Commit

Permalink
remove help button
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Mar 7, 2025
1 parent 5b995df commit 54b1340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function AccountDetailsPage() {
<HeaderWithBackButton
title={translate('mergeAccountsPage.mergeAccount')}
onBackButtonPress={() => Navigation.goBack()}
shouldDisplayHelpButton={false}
/>
<FormProvider
formID={ONYXKEYS.FORMS.MERGE_ACCOUNT_DETAILS_FORM}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function AccountValidatePage() {
clearMergeWithValidateCode();
Navigation.goBack();
}}
shouldDisplayHelpButton={false}
/>
<View style={[styles.ph5, styles.mt3, styles.mb5, styles.flex1]}>
<Text style={[styles.textStrong]}>{translate('mergeAccountsPage.accountValidate.confirmMerge')}</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function MergeResultPage() {
onBackButtonPress={() => {
Navigation.dismissModal();
}}
shouldDisplayHelpButton={false}
/>
<ConfirmationPage
containerStyle={{...styles.flexGrow1, ...styles.mt3}}
Expand Down

0 comments on commit 54b1340

Please sign in to comment.