diff --git a/lib/views/components/options/map/map_selection_option_chips.dart b/lib/views/components/options/map/map_selection_option_chips.dart index 8a8d8f24..8d889256 100644 --- a/lib/views/components/options/map/map_selection_option_chips.dart +++ b/lib/views/components/options/map/map_selection_option_chips.dart @@ -1,6 +1,5 @@ import "package:flutter/material.dart"; import "package:hooks_riverpod/hooks_riverpod.dart"; -import "package:proxima/models/ui/map_details.dart"; import "package:proxima/viewmodels/option_selection/map_selection_options_view_model.dart"; import "package:proxima/views/components/options/map/map_selection_options.dart"; @@ -13,12 +12,9 @@ class MapSelectionOptionChips extends ConsumerWidget { ); const MapSelectionOptionChips({ - required this.mapInfo, super.key, }); - final MapDetails mapInfo; - @override Widget build(BuildContext context, WidgetRef ref) { final currentOption = ref.watch(mapSelectionOptionsViewModelProvider);