fixing admin show student class data

This commit is contained in:
Dimas Atmodjo 2024-12-18 17:24:23 +07:00
parent 3fa01af39b
commit 7fd030efe2

View File

@ -187,7 +187,7 @@ const ManageProgress = () => {
out of {data.TOTAL_STUDENT} students
</>
):(
`${data.TOTAL_STUDENT} students`
`${data.STUDENTS} students`
)}
</Card.Text>
{/* <Button as={Link} to={`c/${data.ID_CLASS}`} variant="warning" className='py-2 w-100 rounded-35'>See Details</Button> */}