fix: show completelink in the absence of webhook

This commit is contained in:
Vlad Stan
2022-11-28 17:00:29 +02:00
parent 10ceac696b
commit 92f6c8c528

View File

@@ -174,7 +174,7 @@
<div class="col text-center">
<q-btn
outline
v-if="charge.webhook"
v-if="charge.completelink"
type="a"
:href="charge.completelink"
:label="charge.completelinktext"