diff --git a/docs/index.html b/docs/index.html index dc7824c..c036c65 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2840,7 +2840,7 @@ render.chart(pagesData.params.asset) showSuggestedPrice() }).catch(error => { - console.error(error.message) + notify(error.message, 'error'); }) }).catch(error => console.error(error)) }