fix: show completelink in the absence of webhook
This commit is contained in:
parent
44759d23ae
commit
e3050062f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue