diff --git a/lib/views/pages/home/content/map/map_screen.dart b/lib/views/pages/home/content/map/map_screen.dart index df5674e5..67974946 100644 --- a/lib/views/pages/home/content/map/map_screen.dart +++ b/lib/views/pages/home/content/map/map_screen.dart @@ -28,7 +28,6 @@ class MapScreen extends ConsumerWidget { children: [ const MapSelectionOptionChips(), const Divider(key: dividerKey), - //TODO: change the map when clicking on a selection option PostMap(mapInfo: value), ], ),