drop TQ suffix
This commit is contained in:
parent
257fc45ab5
commit
994d351aa5
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue