From 08ffbd5596319919f2945987daf4c9c2ef0494c9 Mon Sep 17 00:00:00 2001 From: Agata Kosior Date: Wed, 7 Aug 2024 17:16:33 +0200 Subject: [PATCH] fix: remove unnecessary comment --- src/pages/workspace/accounting/PolicyAccountingPage.tsx | 1 - 1 file changed, 1 deletion(-) 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); }