no width limit in attendance
This commit is contained in:
parent
56e07bc2ef
commit
5c13ca1cac
@ -50,7 +50,7 @@ export const Attendance = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Container maxW="container.xl">
|
||||
<Box>
|
||||
<Box mt={12} mb={12}>
|
||||
<Heading>{courseInfo.name}</Heading>
|
||||
</Box>
|
||||
@ -83,7 +83,6 @@ export const Attendance = () => {
|
||||
</tbody>
|
||||
</table>
|
||||
</Box>
|
||||
{/* <pre>{JSON.stringify(attendance, null, 2)}</pre> */}
|
||||
</Container>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user