mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Fixed uppercase of null issue
This commit is contained in:
parent
30eccab53c
commit
9b74d0a4f4
@ -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…
Reference in New Issue
Block a user