From c29db362ec67934c6f4d22d404f41ca3bedd128e Mon Sep 17 00:00:00 2001 From: Diana Birsan Date: Mon, 20 Jan 2025 19:39:40 +0200 Subject: [PATCH] fix: typo --- .../everest/src/components/time-selection/time-selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/apps/everest/src/components/time-selection/time-selection.tsx b/ui/apps/everest/src/components/time-selection/time-selection.tsx index 044f67d7b..e8f6ab3ec 100644 --- a/ui/apps/everest/src/components/time-selection/time-selection.tsx +++ b/ui/apps/everest/src/components/time-selection/time-selection.tsx @@ -58,7 +58,7 @@ export const TimeSelection = ({ timezoneOffset, setValue, getFieldState, - isFirstDayOfTheMonthAndPozitiveOffset, + isFirstDayOfTheMonthAndPositiveOffset, shouldRestrictSelectableHours, resetField, editMode,