minor change

This commit is contained in:
sairaj mote 2022-12-30 19:08:33 +05:30
parent 28ac9062d4
commit 9ae7793533

View File

@ -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))
}