fixing admin show student class data
This commit is contained in:
parent
3fa01af39b
commit
7fd030efe2
|
|
@ -187,7 +187,7 @@ const ManageProgress = () => {
|
||||||
out of {data.TOTAL_STUDENT} students
|
out of {data.TOTAL_STUDENT} students
|
||||||
</>
|
</>
|
||||||
):(
|
):(
|
||||||
`${data.TOTAL_STUDENT} students`
|
`${data.STUDENTS} students`
|
||||||
)}
|
)}
|
||||||
</Card.Text>
|
</Card.Text>
|
||||||
{/* <Button as={Link} to={`c/${data.ID_CLASS}`} variant="warning" className='py-2 w-100 rounded-35'>See Details</Button> */}
|
{/* <Button as={Link} to={`c/${data.ID_CLASS}`} variant="warning" className='py-2 w-100 rounded-35'>See Details</Button> */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user