completed user admin page
This commit is contained in:
@@ -62,7 +62,6 @@ export default async () => {
|
||||
});
|
||||
|
||||
const filteredEvents = events.filter((event) => {
|
||||
console.log;
|
||||
if (eventCompleted(event, event.participants[0])) return false;
|
||||
if (
|
||||
event.type === "OBLIGATED_COURSE" &&
|
||||
|
||||
Reference in New Issue
Block a user