diff --git a/pages/History.qml b/pages/History.qml index 7ea0adab9a..9422593fcd 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -1511,7 +1511,7 @@ Rectangle { "i": i, "isout": isout, "amount": Number(amount), - "displayAmount": displayAmount + " XMR", + "displayAmount": Utils.removeTrailingZeros(displayAmount.toFixed(12)) + " XMR", "hash": hash, "paymentId": paymentId, "address": address,