Display empty courses in new class table

This commit is contained in:
2022-04-26 03:06:51 +00:00
parent b400d010e0
commit 667887c06c
4 changed files with 58 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const tags = {
Misc: 'grey',
};
let courseCache = false;
export let courseCache = false;
let tagFilterCache = false;
export function Courses(props) {