diff --git a/LNbits/static/app.js b/LNbits/static/app.js index 3ce06d1f0..53981662f 100644 --- a/LNbits/static/app.js +++ b/LNbits/static/app.js @@ -294,14 +294,15 @@ function drawChart(transactions) { var datime = convertTimestamp(tx.time) // make the transactions table - transactionsHTML += + transactionsHTML = "" + tx.memo + '' + datime + '' + parseFloat(tx.amount / 1000) + - '' + '' + + transactionsHTML // make the line chart balance += parseInt(tx.amount / 1000)