Bug fix
This commit is contained in:
parent
24f93087e9
commit
acbbd86bf1
@ -703,6 +703,8 @@
|
||||
if (!ownedTokens[token].balance)
|
||||
ownedTokens[token].balance = 0
|
||||
}
|
||||
if (!ownedTokens)
|
||||
ownedTokens = {}
|
||||
return html`
|
||||
<div id="address_page" class="page">
|
||||
<div class="balance-card">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user