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(),
|
supplyText: supply.toString(),
|
||||||
infiniteSupply,
|
infiniteSupply,
|
||||||
transferable,
|
transferable,
|
||||||
selfDestruct: remoteSelfDestruct,
|
selfDestruct,
|
||||||
chainId,
|
chainId,
|
||||||
chainName,
|
chainName,
|
||||||
chainIcon,
|
chainIcon,
|
||||||
|
|
|
@ -23,7 +23,7 @@ StatusScrollView {
|
||||||
int supply,
|
int supply,
|
||||||
bool infiniteSupply,
|
bool infiniteSupply,
|
||||||
bool transferable,
|
bool transferable,
|
||||||
bool remoteSelfDestruct,
|
bool selfDestruct,
|
||||||
int chainId,
|
int chainId,
|
||||||
string chainName,
|
string chainName,
|
||||||
string chainIcon,
|
string chainIcon,
|
||||||
|
|
Loading…
Reference in New Issue