Change to AT address
This commit is contained in:
parent
519de9a471
commit
00ad2b88d5
@ -5108,7 +5108,9 @@ class MultiWallet extends LitElement {
|
||||
<vaadin-grid-column
|
||||
auto-width
|
||||
header="${translate("walletpage.wchange9")}"
|
||||
path="creatorAddress"
|
||||
.renderer=${(root, column, data) => {
|
||||
render(html`${data.item.type === 'AT' ? html`${data.item.atAddress}` : html`${data.item.creatorAddress}`}`, root)
|
||||
}}
|
||||
>
|
||||
</vaadin-grid-column>
|
||||
<vaadin-grid-column auto-width header="${translate("walletpage.wchange10")}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user