Fixed uppercase of null issue
This commit is contained in:
parent
30eccab53c
commit
9b74d0a4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ block page %}
|
||||||
>
|
>
|
||||||
<q-responsive :ratio="1" class="q-mx-xs">
|
<q-responsive :ratio="1" class="q-mx-xs">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="'lightning:' + qrCodeDialog.data.payment_request.toUpperCase()"
|
:value="'lightning:' + qrCodeDialog.data.payment_request"
|
||||||
:options="{width: 400}"
|
:options="{width: 400}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue