Display if a student is Waiting for payment
This commit is contained in:
@@ -90,7 +90,7 @@ function AttendanceRow(props) {
|
||||
|
||||
return (
|
||||
<div className='attendance-row'>
|
||||
<p>{student.student_name}:</p>
|
||||
<p>{student.student_name}{student.attendance_status === 'Waiting for payment' && ' (Waiting for payment)'}:</p>
|
||||
|
||||
<Button {...makeProps('Withdrawn')}>
|
||||
Withdrawn
|
||||
|
Reference in New Issue
Block a user