fix(MintTokens): Remote Self Desctruct property fix
Remote self destruct property was not rendered properly when minted item was selected.
This commit is contained in:
parent
051fc625a2
commit
6c3d5c3ab5
|
@ -260,7 +260,7 @@ SettingsPageLayout {
|
|||
supplyText: supply.toString(),
|
||||
infiniteSupply,
|
||||
transferable,
|
||||
selfDestruct: remoteSelfDestruct,
|
||||
selfDestruct,
|
||||
chainId,
|
||||
chainName,
|
||||
chainIcon,
|
||||
|
|
|
@ -23,7 +23,7 @@ StatusScrollView {
|
|||
int supply,
|
||||
bool infiniteSupply,
|
||||
bool transferable,
|
||||
bool remoteSelfDestruct,
|
||||
bool selfDestruct,
|
||||
int chainId,
|
||||
string chainName,
|
||||
string chainIcon,
|
||||
|
|
Loading…
Reference in New Issue