Skip to content

Commit

Permalink
🐛 removed faulty types library for calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyio committed Nov 6, 2024
1 parent d2ac850 commit 495e832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/node": "^12.7.4",
"@types/ramda": "^0.27.20",
"@types/react": "^18.0.0",
"@types/react-big-calendar": "1.15.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-outside-click-handler": "^1.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/pages/calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function Calendar() {
if (!isLogged) {
return;
}
setEvents([]);

const { prevMonthDay, nextMonthDay, firstDate, daysInMonth } =
getAllDates(selectedDate);
Expand Down

0 comments on commit 495e832

Please sign in to comment.