Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-22 18:38:21 +03:00
parent 85920292c9
commit f07c11dc61

View file

@ -267,7 +267,7 @@ internal class AddCustomTokenHub : BaseStoreHub<AddCustomTokenState>("AddCustomT
PotentialScamToken.replace(TokenAlreadyAdded)
} else {
// not in the saved coins list
if (singleTokenContract.active) {
if (foundToken.active) {
updateTokenDetailFields(false)
updateAddButton(true)
if (hubState.derivationPathIsSelected()) {