From 6066f8dc67ba4ab7f6a1223acfc3caa2a791250e Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Mon, 2 Sep 2024 07:55:55 -0600 Subject: [PATCH] Remove unused code --- src/pages/settings/Security/TwoFactorAuth/Steps/EnabledStep.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/settings/Security/TwoFactorAuth/Steps/EnabledStep.tsx b/src/pages/settings/Security/TwoFactorAuth/Steps/EnabledStep.tsx index ae9156928dac..f887e700adb0 100644 --- a/src/pages/settings/Security/TwoFactorAuth/Steps/EnabledStep.tsx +++ b/src/pages/settings/Security/TwoFactorAuth/Steps/EnabledStep.tsx @@ -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,