Skip to content

Commit

Permalink
Fix table calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierPaquet-Rapold committed Dec 22, 2024
1 parent 1dd8d56 commit f32e185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/features/schedule/schedule_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ class _ScheduleViewState extends State<ScheduleView>
selectedDayPredicate: (day) {
return isSameDay(model.daySelected, day);
},
weekendDays: const [],
headerStyle: HeaderStyle(
titleTextFormatter: (date, locale) => DateFormat.MMMMEEEEd(locale).format(model.daySelected),
titleCentered: true, formatButtonVisible: false),
Expand Down

0 comments on commit f32e185

Please sign in to comment.