From 5c13ca1cacbf90bf4cf2bf2c2cb175c3cad9a37c Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Wed, 6 Nov 2024 12:52:29 +0300 Subject: [PATCH] no width limit in attendance --- src/pages/attendance/attendance.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/attendance/attendance.tsx b/src/pages/attendance/attendance.tsx index a8807a0..2b20909 100644 --- a/src/pages/attendance/attendance.tsx +++ b/src/pages/attendance/attendance.tsx @@ -50,7 +50,7 @@ export const Attendance = () => { } return ( - + {courseInfo.name} @@ -83,7 +83,6 @@ export const Attendance = () => { - {/*
{JSON.stringify(attendance, null, 2)}
*/} -
+ ) }