|
@@ -263,12 +263,12 @@ export const ClassroomLayout = ({ children, role }: ClassroomLayoutProps) => {
|
|
|
</>
|
|
</>
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
|
- {role === Role.Student && (
|
|
|
|
|
|
|
+ {/* {role === Role.Student && (
|
|
|
<>
|
|
<>
|
|
|
<StudentHandUpButton />
|
|
<StudentHandUpButton />
|
|
|
<StudentQuestionButton />
|
|
<StudentQuestionButton />
|
|
|
</>
|
|
</>
|
|
|
- )}
|
|
|
|
|
|
|
+ )} */}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{showShareLink && shareLink && (
|
|
{showShareLink && shareLink && (
|