UX improvements

This commit is contained in:
sairaj mote 2023-04-15 16:39:10 +05:30
parent b004720c0b
commit 6e468eca8d

View File

@ -353,7 +353,8 @@
}
renderElem(document.getElementById('token_balance_container'), html`${tokenHolders.length ? tokenHolders : html`<div>No tokens found</div>`}`)
} catch (e) {
notify(e, 'error')
console.error(e)
renderElem(getRef("page_container"), html`${render.errorPage('There is no information available for this address.')}`);
}
})
router.addRoute('token', async state => {