fix js number

This commit is contained in:
Kukks
2019-01-10 15:57:30 +01:00
parent ee2b3c3d10
commit 55a884a559

View File

@@ -236,6 +236,7 @@ addLoadEvent(function (ev) {
if(self.animation) {
fireworks();
}
amount = parseFloat(amount).noExponents();
if(onChain){
Vue.toasted.show('New payment of ' + amount+ " "+ cryptoCode + " " + (onChain? "On Chain": "LN "), {
iconPack: "fontawesome",