diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/SvgMap.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/src/renderer/components/SvgMap.tsx b/gui/src/renderer/components/SvgMap.tsx index 93b3b7fdc3..cae3c68ed6 100644 --- a/gui/src/renderer/components/SvgMap.tsx +++ b/gui/src/renderer/components/SvgMap.tsx @@ -226,8 +226,7 @@ function SvgMap(props: IProps) { style={mapStyle} projection={ // Workaround for incorrect type definition in @types/react-simple-maps. - /* @ts-ignore */ - projection as () => GeoProjection + (projection as unknown) as () => GeoProjection } projectionConfig={projectionConfig}> <ZoomableGroup |
