Skip to content

Commit 794f8f3

Browse files
committed
Fix memo dependency
1 parent 6e48ce3 commit 794f8f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/workspace/accounting/PolicyAccountingPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) {
564564
})
565565
.filter(Boolean) as MenuItemWithLink[];
566566
}, [
567-
policy?.connections,
568567
hasAccountingConnection,
569568
isSyncInProgress,
570569
accountingIntegrations,

0 commit comments

Comments
 (0)