diff --git a/ts/routes/graphs/buttons.ts b/ts/routes/graphs/buttons.ts index 2805f89c6..565ec492a 100644 --- a/ts/routes/graphs/buttons.ts +++ b/ts/routes/graphs/buttons.ts @@ -148,7 +148,7 @@ export function renderButtons( kind = tr.statisticsCountsMatureCards(); break; } - return `${kind} \u200e(${totalCorrect(d).percent}%)`; + return `${kind}`; }) as any, ) .tickSizeOuter(0),