Final v-if fix

This commit is contained in:
ben 2023-01-05 23:03:59 +00:00
parent 53db5ba473
commit c2dbe993da

View File

@ -6,7 +6,7 @@ gertyname }}{% endraw %}{% endblock %}{% block page %} {% raw %}
v-if="fun_exchange_market_rate || fun_satoshi_quotes"
>
<q-card
v-if="fun_exchange_market_rate[0]"
v-if="fun_exchange_market_rate['unit'] != ''"
unelevated
class="q-pa-sm"
style="background: none !important"