Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Mar 7, 2025
1 parent 025b2a0 commit 5b995df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Security/SecuritySettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function SecuritySettingsPage() {
translationKey: 'closeAccountPage.closeAccount',
icon: Expensicons.ClosedSign,
action: isActingAsDelegate ? showDelegateNoAccessMenu : waitForNavigate(() => Navigation.navigate(ROUTES.SETTINGS_CLOSE)),
}
},
];

return baseMenuItems.map((item) => ({
Expand Down

0 comments on commit 5b995df

Please sign in to comment.