diff --git a/ts/routes/graphs/reviews.ts b/ts/routes/graphs/reviews.ts index 35db5868a..8302cb4c9 100644 --- a/ts/routes/graphs/reviews.ts +++ b/ts/routes/graphs/reviews.ts @@ -112,7 +112,6 @@ export function renderReviews( const x = scaleLinear().domain([xMin!, xMax]); - const sourceMap = showTime ? sourceData.reviewTime : sourceData.reviewCount; const bins = bin() .value((m) => {