Skip to content

Commit d0d1238

Browse files
author
Nabi
committed
remove redundant delegate guard from Travel CVV reveal handler
1 parent 5240636 commit d0d1238

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pages/settings/Wallet/TravelCVVPage/TravelCVVPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ function TravelCVVPage() {
100100
}, [isLoadingAccount, isLoadingLockAccountDetails, cvv, isSignedInAsDelegate, isOffline, isAccountLocked, isVerifyAccountInStack]);
101101

102102
const handleRevealDetailsPress = () => {
103-
if (isSignedInAsDelegate) {
104-
return;
105-
}
106103
if (isAccountLocked) {
107104
showLockedAccountModal();
108105
return;

0 commit comments

Comments
 (0)