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(),
infiniteSupply,
transferable,
selfDestruct: remoteSelfDestruct,
selfDestruct,
chainId,
chainName,
chainIcon,

View File

@ -23,7 +23,7 @@ StatusScrollView {
int supply,
bool infiniteSupply,
bool transferable,
bool remoteSelfDestruct,
bool selfDestruct,
int chainId,
string chainName,
string chainIcon,