diff --git a/ts/routes/graphs/buttons.ts b/ts/routes/graphs/buttons.ts index b323105fd..52da5aa1a 100644 --- a/ts/routes/graphs/buttons.ts +++ b/ts/routes/graphs/buttons.ts @@ -183,8 +183,6 @@ export function renderButtons( }); }, 0); - // \u200e(${totalCorrect(d).percent}%) - const xButton = scaleBand() .domain(["1", "2", "3", "4"]) .range([0, xGroup.bandwidth()])