Skip to content

Commit

Permalink
2nd conflict resloved
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 20, 2024
1 parent 0822277 commit 60ffeec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/EventCalendar/EventCalendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const Calendar: React.FC<InterfaceCalendarProps> = ({
}
}
};

const handleNextDate = (): void => {
const lastDayOfCurrentMonth = new Date(
currentYear,
Expand Down Expand Up @@ -217,6 +218,7 @@ const Calendar: React.FC<InterfaceCalendarProps> = ({
setExpanded(index);
}
};

const allDayEventsList: JSX.Element[] =
events
?.filter((datas) => {
Expand Down Expand Up @@ -413,6 +415,7 @@ const Calendar: React.FC<InterfaceCalendarProps> = ({
setExpanded(index);
}
};

const allEventsList: JSX.Element[] =
events
?.filter((datas) => {
Expand Down

0 comments on commit 60ffeec

Please sign in to comment.