mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
fix: account name diplay
This commit is contained in:
parent
04327a98cb
commit
b83f19e5d1
3 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
:payed-amount="totalPayedAmount"
|
||||
:mempool-endpoint="mempoolEndpoint"
|
||||
:sats-denominated="satsDenominated"
|
||||
:accounts="accounts"
|
||||
></utxo-list>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -74,6 +74,7 @@ const mapWalletAccount = function (o) {
|
|||
'YYYY-MM-DD HH:mm'
|
||||
)
|
||||
: '',
|
||||
label: o.title,
|
||||
expanded: false
|
||||
})
|
||||
}
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
<utxo-list
|
||||
:utxos="utxos.data"
|
||||
:mempool-endpoint="mempoolHostname"
|
||||
:accounts="walletAccounts"
|
||||
:sats-denominated="config.sats_denominated"
|
||||
></utxo-list>
|
||||
</q-tab-panel>
|
||||
|
|
Loading…
Add table
Reference in a new issue