From 9ae77935332c9100a645fdf0adda40f5a200a823 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 30 Dec 2022 19:08:33 +0530 Subject: [PATCH] minor change --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }