mirror of
https://github.com/Instadapp/smart-lookup.git
synced 2024-07-29 22:38:20 +00:00
Update [address].vue
This commit is contained in:
parent
bb3247bc03
commit
2c428b6b4e
|
@ -189,7 +189,7 @@ onMounted(async () => {
|
|||
return;
|
||||
}
|
||||
|
||||
if (address.value) {
|
||||
if (address.value && !ens.value) {
|
||||
mainnetProvider
|
||||
.lookupAddress(address.value)
|
||||
.then(async (result) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user