mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-20 13:28:21 +02:00
fix: display amount of addresses correctly (#49)
This commit is contained in:
parent
1a04910f61
commit
216dc2b033
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export default function DisplayAccounts({ accounts, ...props }) {
|
|||
{labels && <span className="badge bg-info">{labels}</span>}
|
||||
</rb.Col>
|
||||
<rb.Col className="d-flex align-items-center justify-content-end">
|
||||
<Balance value={balance} unit={settings.unit} showBalance={settings.showBalance} />
|
||||
<Balance value={amount} unit={settings.unit} showBalance={settings.showBalance} />
|
||||
</rb.Col>
|
||||
</rb.Row>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue