diff --git a/src/pages/workspace/accounting/PolicyAccountingPage.tsx b/src/pages/workspace/accounting/PolicyAccountingPage.tsx index 4bde1662f9be..6174561f2c89 100644 --- a/src/pages/workspace/accounting/PolicyAccountingPage.tsx +++ b/src/pages/workspace/accounting/PolicyAccountingPage.tsx @@ -395,7 +395,7 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) { }, ]; - if (!canUseWorkspaceFeeds) { + if (!canUseWorkspaceFeeds || !policy?.areExpensifyCardsEnabled) { configurationOptions.splice(2, 1); }