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:
Noelia 2023-03-24 10:30:06 +01:00 committed by Noelia
parent 051fc625a2
commit 6c3d5c3ab5
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ SettingsPageLayout {
supplyText: supply.toString(), supplyText: supply.toString(),
infiniteSupply, infiniteSupply,
transferable, transferable,
selfDestruct: remoteSelfDestruct, selfDestruct,
chainId, chainId,
chainName, chainName,
chainIcon, chainIcon,

View File

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