Client - improve calendar display on mobile + fix
This commit is contained in:
@ -58,7 +58,7 @@ export const getCalendarStartAndEnd = (
|
||||
const weekStartsOn = weekStartingMonday ? 1 : 0
|
||||
return {
|
||||
start: startOfWeek(monthStart, { weekStartsOn }),
|
||||
end: endOfWeek(monthEnd),
|
||||
end: endOfWeek(monthEnd, { weekStartsOn }),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user