Skip to content

Commit 95307a4

Browse files
committed
Update GeoMap.tsx
1 parent d952c62 commit 95307a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/components/GeoMap.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ export function GeoMap({ stats }: GeoMapProps) {
139139
countryData[geoCode] ||
140140
{ count: 0, code: '' };
141141

142-
const isHovered = hoveredCountry === geo.rsmKey;
143-
144142
return (
145143
<Geography
146144
key={geo.rsmKey}

0 commit comments

Comments
 (0)