Skip to content

Commit

Permalink
prettier linting change
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid633 committed Sep 18, 2023
1 parent e83f20f commit e2ce219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapView/MapView.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const MapView = forwardRef<MapViewHandle, MapViewProps>(

return () => {
resizeObserver?.disconnect();
}
};
}, [mapRef]);

useImperativeHandle(
Expand Down

0 comments on commit e2ce219

Please sign in to comment.