Display if a student is Waiting for payment
This commit is contained in:
parent
4e6df6ebd0
commit
de799d4983
|
@ -90,7 +90,7 @@ function AttendanceRow(props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='attendance-row'>
|
<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')}>
|
<Button {...makeProps('Withdrawn')}>
|
||||||
Withdrawn
|
Withdrawn
|
||||||
|
|
Loading…
Reference in New Issue
Block a user