File tree Expand file tree Collapse file tree
src/pages/settings/Wallet/ExpensifyCardPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,8 @@ function ExpensifyCardPage({route}: ExpensifyCardPageProps) {
212212 const shouldShowEditSpendRules = ! isProduction && isWorkspaceAdmin ;
213213 const shouldShowActionRows =
214214 shouldShowReportVirtualCardFraudRows || shouldShowReportTravelCardFraudRows || shouldShowReportLostCardButton || shouldShowSpendRulesSummary || shouldShowEditSpendRules ;
215- const shouldShowPhysicalCardFooterButton = currentPhysicalCard ?. state === CONST . EXPENSIFY_CARD . STATE . NOT_ACTIVATED || currentPhysicalCard ?. state === CONST . EXPENSIFY_CARD . STATE . STATE_NOT_ISSUED ;
215+ const shouldShowPhysicalCardFooterButton =
216+ currentPhysicalCard ?. state === CONST . EXPENSIFY_CARD . STATE . NOT_ACTIVATED || currentPhysicalCard ?. state === CONST . EXPENSIFY_CARD . STATE . STATE_NOT_ISSUED ;
216217
217218 const scarfOverlayStyle = useMemo < ViewStyle > (
218219 ( ) => ( {
You can’t perform that action at this time.
0 commit comments