chore: remove unused stats
This commit is contained in:
parent
e2a346caed
commit
37b2042e7f
|
|
@ -17,14 +17,6 @@ const statistics = computed(() => {
|
|||
});
|
||||
|
||||
const { courseSessionName, circleMeta } = useCourseStatistics();
|
||||
|
||||
const attendanceStats = (present: number, total: number) => {
|
||||
return {
|
||||
SUCCESS: present,
|
||||
FAIL: total - present,
|
||||
UNKNOWN: 0,
|
||||
};
|
||||
};
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue