Updated on 2026-08-14
This commit is contained in:
parent
85920292c9
commit
f07c11dc61
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue