mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(Currencies): Currencies preferences.
This commit is contained in:
@@ -115,7 +115,7 @@ export function NormalCell({ cell: { value } }) {
|
||||
export function BalanceCell({ cell }) {
|
||||
const account = cell.row.original;
|
||||
|
||||
return account.amount ? (
|
||||
return account.amount !== null ? (
|
||||
<span>
|
||||
<Money amount={account.amount} currency={'USD'} />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user