feat: show not enough stock message
This commit is contained in:
parent
e6f7dc85e0
commit
4a69f023b3
2 changed files with 16 additions and 28 deletions
|
|
@ -215,7 +215,10 @@
|
|||
>
|
||||
<q-card class="q-pa-lg q-pt-xl lnbits__dialog-card">
|
||||
<div class="text-center q-mb-lg">
|
||||
<a :href="'lightning:' + qrCodeDialog.data.payment_request">
|
||||
<div class="q-my-lg" v-if="qrCodeDialog.data.message">
|
||||
<p>{{ qrCodeDialog.data.message }}</p>
|
||||
</div>
|
||||
<a v-else :href="'lightning:' + qrCodeDialog.data.payment_request">
|
||||
<q-responsive :ratio="1" class="q-mx-xl">
|
||||
<qrcode
|
||||
v-if="qrCodeDialog.data.payment_request"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue