Fixed button bug

This commit is contained in:
Ben Arc 2021-06-10 23:09:24 +01:00
parent 7ab4553ef5
commit 8500b7767c

View File

@ -169,7 +169,7 @@
></q-icon>
<q-btn
outline
v-if="'{{ charge.webhook }}' != 'None'"
v-if="'{{ charge.webhook }}' != None"
type="a"
href="{{ charge.completelink }}"
label="{{ charge.completelinktext }}"