Skip to content

Commit

Permalink
repeat for max 4 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlipa91 committed Nov 6, 2023
1 parent e869da7 commit 0584739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/CreateMatch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class CreateMatchState extends State<CreateMatch> {
AppLocalizations.of(context)!.repeatInputLabel,
isDropdown: true),
onTap: () async {
var weeks = [1, 2, 4, 6, 8, 10];
var weeks = [1, 2, 3, 4];
var choices = weeks.map((e) {
if (e == 1)
return noRepeat;
Expand Down

0 comments on commit 0584739

Please sign in to comment.