mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: (*): fix currency code.
This commit is contained in:
@@ -117,7 +117,7 @@ export function BalanceCell({ cell }) {
|
||||
|
||||
return account.amount !== null ? (
|
||||
<span>
|
||||
<Money amount={account.amount} currency={'USD'} />
|
||||
<Money amount={account.amount} currency={account.currency_code} />
|
||||
</span>
|
||||
) : (
|
||||
<span class="placeholder">—</span>
|
||||
|
||||
Reference in New Issue
Block a user