diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.tsx b/src/views/components/common/CalendarGrid/CalendarGrid.tsx index 14b46f5b..b29f92d0 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/common/CalendarGrid/CalendarGrid.tsx @@ -25,7 +25,7 @@ const Calendar: React.FC = (props) => { {/* Displaying the rest of the calendar */}
-
+ {/*
{hoursOfDay.map((hour) => (
@@ -34,9 +34,10 @@ const Calendar: React.FC = (props) => {
))} -
+
*/}
{/* Displaying day labels */} +
{daysOfWeek.map(day => (
{day}