mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 09:45:52 +00:00
Fix AT address in dialog
This commit is contained in:
parent
00ad2b88d5
commit
6af4241942
@ -998,7 +998,7 @@ class MultiWallet extends LitElement {
|
||||
</div>
|
||||
<span class="title"> ${translate("walletpage.wchange9")} </span>
|
||||
<br />
|
||||
<div><span>${this.selectedTransaction.creatorAddress}</span></div>
|
||||
<div><span>${this.selectedTransaction.type === 'AT' ? html`${this.selectedTransaction.atAddress}` : html`${this.selectedTransaction.creatorAddress}`}</span></div>
|
||||
<span class="title"> ${translate("walletpage.wchange10")} </span>
|
||||
<br />
|
||||
<div style="display: inline;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user