Skip to content

Commit

Permalink
Fix connect account
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Oct 30, 2024
1 parent ccdaae2 commit 4b5a864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export function SelectBankAccountsModal() {
logo_url: account.institution?.logo,
account_id: account.id,
bank_name: account.institution.name,
currency: account.currency,
currency: account.currency ?? account.balance.currency,
balance: account.balance.amount,
enabled: true,
type: account.type,
Expand Down

0 comments on commit 4b5a864

Please sign in to comment.