diff --git a/app/components/CapacityBar.tsx b/app/components/CapacityBar.tsx index c4f388f62d..2d21f49767 100644 --- a/app/components/CapacityBar.tsx +++ b/app/components/CapacityBar.tsx @@ -52,7 +52,7 @@ type TitleCellProps = { icon: JSX.Element; title: string; unit: string } function TitleCell({ icon, title, unit }: TitleCellProps) { return (