mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
show balance if boost address provided
This commit is contained in:
parent
f2a703799f
commit
b3cd4d3f78
@ -2,9 +2,9 @@
|
|||||||
{{ 'online:' | trans }} {{ online }}
|
{{ 'online:' | trans }} {{ online }}
|
||||||
/
|
/
|
||||||
{{ 'block:' | trans }} {{ wallet.block }}
|
{{ 'block:' | trans }} {{ wallet.block }}
|
||||||
|
{% if boost.address %}
|
||||||
/
|
/
|
||||||
{{ 'balance:' | trans }} {{ wallet.balance }}
|
{{ 'balance:' | trans }} {{ wallet.balance }}
|
||||||
{% if boost.address %}
|
|
||||||
/
|
/
|
||||||
{{ 'boost:' | trans }}
|
{{ 'boost:' | trans }}
|
||||||
{% if explorer.url %}
|
{% if explorer.url %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user