File tree Expand file tree Collapse file tree
src/pages/settings/Wallet/TravelCVVPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import useThemeStyles from '@hooks/useThemeStyles';
1616import useThrottledButtonState from '@hooks/useThrottledButtonState' ;
1717import { resetValidateActionCodeSent } from '@libs/actions/User' ;
1818import Clipboard from '@libs/Clipboard' ;
19- import CopyTextToClipboard from '@components/CopyTextToClipboard' ;
2019import Navigation from '@libs/Navigation/Navigation' ;
2120import ONYXKEYS from '@src/ONYXKEYS' ;
2221import ROUTES from '@src/ROUTES' ;
@@ -129,7 +128,7 @@ function TravelCVVPage() {
129128 style = { [ styles . mt10 , styles . alignSelfCenter ] }
130129 />
131130 ) ;
132- } else if ( ! isSignedInAsDelegate ) {
131+ } else if ( ! cvv && ! isSignedInAsDelegate ) {
133132 actionButton = (
134133 < Button
135134 text = { translate ( 'cardPage.cardDetails.revealDetails' ) }
You can’t perform that action at this time.
0 commit comments