diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 4b874aa3b..9bee2bbf0 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -149,12 +149,16 @@ function showDetails() { `; E.showAlert(msg, "Token Details").then(function() { // print("Ok pressed"); + g.clear(); + layout.render(); }); }) .catch(err => { const msg = `Failed to fetch details for ${token.toUpperCase()}`; E.showAlert(msg, "Error").then(function() { // print("Ok pressed"); + g.clear(); + layout.render(); }); }); }