Skip to content

Commit bad19d0

Browse files
authored
Update src/pages/workspace/accounting/PolicyAccountingPage.tsx
1 parent a937e6e commit bad19d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/workspace/accounting/PolicyAccountingPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ function PolicyAccountingPage({policy, connectionSyncProgress}: PolicyAccounting
124124
}
125125
return policy?.connections?.xero?.data?.tenants ?? [];
126126
}, [policy]);
127-
please remove as this is unnecessary
128127
const currentXeroOrganization = tenants.find((tenant) => tenant.id === policy?.connections?.xero.config.tenantID);
129128

130129
const overflowMenu: ThreeDotsMenuProps['menuItems'] = useMemo(

0 commit comments

Comments
 (0)