Display if a student is Waiting for payment

This commit is contained in:
Tanner Collin 2020-08-22 19:47:41 +00:00
parent 4e6df6ebd0
commit de799d4983

View File

@ -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