feat: reset plaid lanch link token

This commit is contained in:
Ahmed Bouhuolia
2024-02-04 19:59:04 +02:00
parent 299a943153
commit 6d888060d3
5 changed files with 73 additions and 59 deletions

View File

@@ -4,5 +4,5 @@ import { useGetBankingPlaidToken } from '@/hooks/state/banking';
export function CashflowAccountsPlaidLink() {
const plaidToken = useGetBankingPlaidToken();
return <LaunchLink userId={3} token={plaidToken} />;
return <LaunchLink token={plaidToken} />;
}