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