File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export default function Calendar({ attendanceData }) {
2121 const holidayList = await fetchHolidays ( year , month ) ;
2222 setHolidays ( holidayList ) ;
2323 } ;
24-
2524 getHolidays ( ) ;
2625 } , [ currentDate ] ) ;
2726
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styles from "./StudentAttendance.module.css"
33import DashBoardItem from '../../components/dashBoardItem/DashBoardItem' ;
44import DataBoard from '../../components/dataBoard/DataBoard' ;
55import ProgressBar from '../../components/progressBar/ProgressBar' ;
6- import Calendar from '../../components/calendar/calendar ' ;
6+ import Calendar from '../../components/calendar/Calendar ' ;
77export default function StudentAttendance ( ) {
88 const attendanceRatio = 56 ;
99 const lateCount = 3 ;
You can’t perform that action at this time.
0 commit comments