diff --git a/web/src/features/charts/ProductionSourceLegendList.tsx b/web/src/features/charts/ProductionSourceLegendList.tsx
index c17e1fe779..bd75b32bff 100644
--- a/web/src/features/charts/ProductionSourceLegendList.tsx
+++ b/web/src/features/charts/ProductionSourceLegendList.tsx
@@ -1,8 +1,5 @@
-import TooltipWrapper from 'components/tooltips/TooltipWrapper';
-import { X } from 'lucide-react';
import { twMerge } from 'tailwind-merge';
import { ElectricityModeType } from 'types';
-import { useIsMobile } from 'utils/styling';
import ProductionSourceLegend from './ProductionSourceLegend';
@@ -13,60 +10,19 @@ export default function ProductionSourceLegendList({
sources: ElectricityModeType[];
className?: string;
}) {
- const isMobile = useIsMobile();
-
- return (
-
+ {capitalizedLabel} +
+ + ); + })}