Browse Source

Hide QR code when there is no address to display.

pirate-chain
CalDescent 2 years ago
parent
commit
9982a24c0a
  1. 2
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

2
qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

@ -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">

Loading…
Cancel
Save