diff --git a/index.html b/index.html index 5ae66ba..45c1d59 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,11 @@ routeTo(window.location.hash, { firstLoad: true }) }).catch(e => { console.error(e) - notify('Error fetching tokens', 'error') + if (window.location.hash.includes('smartcontracts')) + routeTo('', { firstLoad: true }) + else + routeTo(window.location.hash, { firstLoad: true }) + getRef('smart_contract_link').classList.add('hidden') }).finally(() => { loader(false) }) @@ -620,7 +624,7 @@
  • - +