diff --git a/src/pages/workspace/accounting/PolicyAccountingPage.tsx b/src/pages/workspace/accounting/PolicyAccountingPage.tsx index c35e9e689c91..4bde1662f9be 100644 --- a/src/pages/workspace/accounting/PolicyAccountingPage.tsx +++ b/src/pages/workspace/accounting/PolicyAccountingPage.tsx @@ -395,7 +395,6 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) { }, ]; - // TODO: remove after this beta feature is released if (!canUseWorkspaceFeeds) { configurationOptions.splice(2, 1); }