diff --git a/history.js b/history.js index 884edae..1f71f8d 100644 --- a/history.js +++ b/history.js @@ -200,7 +200,7 @@ function showTq(d) { minimumFractionDigits: 2 } - return (new Intl.NumberFormat("de-DE", opts).format(d.tq)) + " TQ" + return (new Intl.NumberFormat("de-DE", opts).format(d.tq)) } function linkId(d) {