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">
|
||||
<qrcode
|
||||
:value="'lightning:' + qrCodeDialog.data.payment_request.toUpperCase()"
|
||||
:value="'lightning:' + qrCodeDialog.data.payment_request"
|
||||
:options="{width: 400}"
|
||||
class="rounded-borders"
|
||||
></qrcode>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue