fix: show completelink in the absence of webhook

This commit is contained in:
Vlad Stan
2022-11-28 17:00:29 +02:00
committed by dni ⚡
parent 44759d23ae
commit e3050062f3

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"