close #114
introduced "Failed" status for instructor polite wording for member
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user