feat: add bank balance to accounts chart table

This commit is contained in:
Ahmed Bouhuolia
2024-02-04 22:16:59 +02:00
parent 2e0b3d0d5e
commit c688190acc
6 changed files with 59 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import {
PlaidLinkOnEventMetadata,
PlaidLinkStableEvent,
} from 'react-plaid-link';
import { logEvent } from './_utils';
import { logEvent, logExit, logSuccess } from './_utils';
import { usePlaidExchangeToken } from '@/hooks/query';
import { useResetBankingPlaidToken } from '@/hooks/state/banking';