Skip to content

Commit 9065df9

Browse files
committed
Prettier fix
1 parent 4af1d55 commit 9065df9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/pages/settings/Wallet/ExpensifyCardPage

src/pages/settings/Wallet/ExpensifyCardPage/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
() => ({

0 commit comments

Comments
 (0)