mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add bank balance to accounts chart table
This commit is contained in:
@@ -4,5 +4,8 @@ import { useGetBankingPlaidToken } from '@/hooks/state/banking';
|
||||
export function CashflowAccountsPlaidLink() {
|
||||
const plaidToken = useGetBankingPlaidToken();
|
||||
|
||||
if (!plaidToken) {
|
||||
return null;
|
||||
}
|
||||
return <LaunchLink token={plaidToken} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user