diff --git a/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt b/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt index 452d5ae862..61e933ed7c 100644 --- a/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt +++ b/domain/src/main/java/com/tangem/domain/features/addCustomToken/redux/AddCustomTokenHub.kt @@ -267,7 +267,7 @@ internal class AddCustomTokenHub : BaseStoreHub("AddCustomT PotentialScamToken.replace(TokenAlreadyAdded) } else { // not in the saved coins list - if (singleTokenContract.active) { + if (foundToken.active) { updateTokenDetailFields(false) updateAddButton(true) if (hubState.derivationPathIsSelected()) {