File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
app/[locale]/dashboard/student/courses/[courseId]/exams/[examId]/review
components/dashboards/Common Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ export default async function StudentExamReviewCoursePage ({
86
86
87
87
const t = await getI18n ( )
88
88
89
+ console . log ( examData . data . exam_submissions )
90
+
89
91
return (
90
92
< >
91
93
< div className = 'container' >
Original file line number Diff line number Diff line change 3
3
import { User } from '@supabase/supabase-js'
4
4
import dayjs from 'dayjs'
5
5
import relativeTime from 'dayjs/plugin/relativeTime'
6
- import { Edit2 , Flag , MessageSquare , ThumbsUp } from 'lucide-react'
6
+ import { Edit2 , Flag , ThumbsUp } from 'lucide-react'
7
7
import { useState } from 'react'
8
8
import { toast } from 'sonner'
9
9
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ async function SidebarLessons({
38
38
{ t ( 'reviews' ) }
39
39
</ TabsTrigger >
40
40
</ TabsList >
41
- < TabsContent
41
+ < TabsContent
42
42
className = "overflow-auto w-full p-4 md:p-6 flex flex-col gap-4 max-w-[100%]"
43
- value = "comments" >
43
+ value = "comments"
44
+ >
44
45
< Suspense fallback = {
45
46
< div className = "flex items-center justify-center h-32" >
46
47
< Loader size = { 32 } />
You can’t perform that action at this time.
0 commit comments