Skip to content

Commit

Permalink
refactor(map-selection-option-chips): delete unsused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTexanCodeur committed May 27, 2024
1 parent f7a504a commit 0280f65
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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";

Expand All @@ -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);
Expand Down

0 comments on commit 0280f65

Please sign in to comment.