hotfix the hotfix (#2832)

This commit is contained in:
Tiago Vasconcelos 2024-12-16 15:38:22 +00:00 committed by GitHub
parent b81b30c896
commit 3ff85363f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,9 +65,9 @@
class="q-mr-md gt-md"
>
</q-badge>
{%endif%} {% if LNBITS_CUSTOM_BADGE is defined %}
{%endif%} {% if LNBITS_CUSTOM_BADGE is not none and
LNBITS_CUSTOM_BADGE != "" %}
<q-badge
v-if="`{{LNBITS_CUSTOM_BADGE}}`.length > 0"
v-show="$q.screen.gt.sm"
color="{{ LNBITS_CUSTOM_BADGE_COLOR }}"
class="q-mr-md"