Skip to content

Commit 39e6a32

Browse files
committed
fix calendar table load
1 parent efa18b0 commit 39e6a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/CalendarTable/CalendarTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function CalendarTable() {
110110
.catch((error) => {
111111
console.error(error);
112112
});
113-
}, [allStudents]);
113+
}, [allStudents, firebaseToken]);
114114

115115
const columns = useColumnSchema({ allPrograms });
116116
const data = useMemo(() => calendarTable, [calendarTable]);

0 commit comments

Comments
 (0)