manual add for teacher only
This commit is contained in:
parent
d4b7d0616e
commit
789d2ed6ca
@ -149,7 +149,7 @@ const LessonDetail = () => {
|
||||
<QRCanvas ref={canvRef} />
|
||||
</a>
|
||||
<StudentList>
|
||||
{studentsArr.map((student) => (
|
||||
{isTeacher(user) && studentsArr.map((student) => (
|
||||
<UserCard
|
||||
wrapperAS="li"
|
||||
key={student.sub}
|
||||
|
Loading…
Reference in New Issue
Block a user