diff --git a/frontend/src/scenes/trends/viz/ActionsPie.tsx b/frontend/src/scenes/trends/viz/ActionsPie.tsx index 3f4640ab26b..a1f5c1be95c 100644 --- a/frontend/src/scenes/trends/viz/ActionsPie.tsx +++ b/frontend/src/scenes/trends/viz/ActionsPie.tsx @@ -26,7 +26,6 @@ export function ActionsPie({ if (_data) { _data.sort((a, b) => b.aggregated_value - a.aggregated_value) - const colorList = getChartColors(color) setData([