Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Nov 28, 2023
1 parent 799413a commit 4755b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Geopanel/Geopanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const Geopanel = ({ selectedDistrictFeatures, setSelectedDistrictFeatures, selec
/* @ts-ignore */
map?.getSource("districts").setData({
type: "FeatureCollection",
/* @ts-ignore */
features: ((districts === "assembly" ? assembly : senate) as GeoJson).features
});

Expand Down

0 comments on commit 4755b29

Please sign in to comment.