mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-26 19:51:24 +00:00
Hide QR code when there is no address to display.
This commit is contained in:
@@ -752,7 +752,7 @@ class MultiWallet extends LitElement {
|
|||||||
${this.renderSendButton()}
|
${this.renderSendButton()}
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</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>
|
<qortal-qrcode-generator data="${this.getSelectedWalletAddress()}" mode="octet" format="html" auto></qortal-qrcode-generator>
|
||||||
</div>
|
</div>
|
||||||
<div id="transactions">
|
<div id="transactions">
|
||||||
|
Reference in New Issue
Block a user