Skip to content

Commit aa83e4e

Browse files
lint change
1 parent 4e7a5ea commit aa83e4e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

app/[locale]/dashboard/student/courses/[courseId]/exams/[examId]/review/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ export default async function StudentExamReviewCoursePage ({
8686

8787
const t = await getI18n()
8888

89+
console.log(examData.data.exam_submissions)
90+
8991
return (
9092
<>
9193
<div className='container'>

components/dashboards/Common/comments/CommentsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { User } from '@supabase/supabase-js'
44
import dayjs from 'dayjs'
55
import relativeTime from 'dayjs/plugin/relativeTime'
6-
import { Edit2, Flag, MessageSquare, ThumbsUp } from 'lucide-react'
6+
import { Edit2, Flag, ThumbsUp } from 'lucide-react'
77
import { useState } from 'react'
88
import { toast } from 'sonner'
99

components/dashboards/Common/lessons/SidebarLessons.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ async function SidebarLessons({
3838
{t('reviews')}
3939
</TabsTrigger>
4040
</TabsList>
41-
<TabsContent
41+
<TabsContent
4242
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+
>
4445
<Suspense fallback={
4546
<div className="flex items-center justify-center h-32">
4647
<Loader size={32} />

0 commit comments

Comments
 (0)