diff --git a/src/components/sections/StatsBar.tsx b/src/components/sections/StatsBar.tsx index b8a8b31..4ef11ed 100644 --- a/src/components/sections/StatsBar.tsx +++ b/src/components/sections/StatsBar.tsx @@ -17,7 +17,6 @@ interface StatsBarProps { displayOptions: { currentTime: boolean; currentOnline: boolean; - regionOverview: boolean; trafficOverview: boolean; networkSpeed: boolean; }; @@ -90,21 +89,7 @@ export const StatsBar = ({ ) ); - case "regionOverview": - return ( - displayOptions.regionOverview && ( -