Fix: prettier

Feat: main grid start at current time
This commit is contained in:
lenhanphung
2025-09-19 14:38:08 +07:00
parent e24aa40cce
commit dfecb33236
3 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ function EventPopover({
const dispatch = useAppDispatch();
const organizer = useAppSelector((state) => state.user.organiserData);
const userId = useAppSelector((state) => state.user.userData?.openpaasId) ?? "";
const userId =
useAppSelector((state) => state.user.userData?.openpaasId) ?? "";
const selectPersonnalCalendars = createSelector(
(state) => state.calendars,
(calendars) =>