Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koko57 committed Aug 7, 2024
1 parent 36994e2 commit 08ffbd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/accounting/PolicyAccountingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) {
},
];

// TODO: remove after this beta feature is released
if (!canUseWorkspaceFeeds) {
configurationOptions.splice(2, 1);
}
Expand Down

0 comments on commit 08ffbd5

Please sign in to comment.