Skip to content

Commit

Permalink
remove ts expect error
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Dec 1, 2023
1 parent 997e689 commit 39b7b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/map/enhanced-stop-marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class EnhancedStopMarker extends Component<Props> {
activeStopId !== stop.id && (
<BaseMapStyled.MapOverlayPopup id={activeContentId}>
<StopPopup
// @ts-expect-error The lat and lon are checked for above, but TS doesn't detect this
entity={stop}
setLocation={setLocation}
setViewedStop={setViewedStop}
Expand Down

0 comments on commit 39b7b48

Please sign in to comment.