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"> <div class="col text-center">
<q-btn <q-btn
outline outline
v-if="charge.webhook" v-if="charge.completelink"
type="a" type="a"
:href="charge.completelink" :href="charge.completelink"
:label="charge.completelinktext" :label="charge.completelinktext"