mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: reset plaid lanch link token
This commit is contained in:
@@ -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} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user