introduced "Failed" status for instructor
polite wording for member
This commit is contained in:
Adrian Dmitra
2023-08-14 11:23:07 -06:00
parent 9a4760aef5
commit 8315aa7b5d
3 changed files with 10 additions and 5 deletions
+5 -1
View File
@@ -116,6 +116,10 @@ function AttendanceRow(props) {
Rescheduled
</Button>
<Button {...makeProps('Failed')}>
Failed
</Button>
<Button {...makeProps('No-show')}>
No-show
</Button>
@@ -495,4 +499,4 @@ export function InstructorClassList(props) {
}
</div>
);
};
};