1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-05-09 11:17:51 +00:00

Hide QR code when there is no address to display.

This commit is contained in:
CalDescent 2022-08-17 18:42:04 +01:00
parent 67c7f2dd61
commit 9982a24c0a

@ -752,7 +752,7 @@ class MultiWallet extends LitElement {
${this.renderSendButton()}
</span>
</h2>
<div class="qrcode-pos">
<div class="qrcode-pos" ?hidden="${this.getSelectedWalletAddress().length < 1}">
<qortal-qrcode-generator data="${this.getSelectedWalletAddress()}" mode="octet" format="html" auto></qortal-qrcode-generator>
</div>
<div id="transactions">