mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 07:14:22 +01:00
peer connect modal with Dismiss
This commit is contained in:
@@ -13,7 +13,7 @@ function prettyPrintAmount(n?: number | bigint): string {
|
||||
}
|
||||
|
||||
function prettyPrintBalance(b: MutinyBalance): string {
|
||||
return prettyPrintAmount(b.confirmed.valueOf() + b.lightning.valueOf())
|
||||
return prettyPrintAmount(b.confirmed.valueOf() + b.lightning.valueOf() + b.unconfirmed.valueOf())
|
||||
}
|
||||
|
||||
export default function BalanceBox() {
|
||||
|
||||
Reference in New Issue
Block a user