Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Sep 2, 2024
1 parent 782e954 commit 6066f8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function EnabledStep() {
title: translate('twoFactorAuth.disableTwoFactorAuth'),
onPress: () => {
setStep(CONST.TWO_FACTOR_AUTH_STEPS.GETCODE);
// setIsConfirmModalVisible(true);
},
icon: Expensicons.Close,
iconFill: theme.danger,
Expand Down

0 comments on commit 6066f8d

Please sign in to comment.