Skip to content

Commit 4546ff3

Browse files
committed
app: remove grade card
1 parent d8b72d5 commit 4546ff3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/src/components/RolePanelCards/components/StudentPanelCard.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { toast } from 'sonner'
22
import { ButtonGridCard } from '@/components/ButtonGridCard'
3-
import { GradesTableCard } from '@/components/GradesTableCard'
43
import { NAVIGATION, ROUTES } from '@/config'
54
import { useUser } from '@/hooks/useUser'
65
import type { DashboardLink } from '@/types/dashboardLink'
@@ -61,10 +60,6 @@ export function StudentPanelCard() {
6160
data={studentActions}
6261
handleClick={handleClick}
6362
/>
64-
65-
{profile.grades_details && (
66-
<GradesTableCard data={profile.grades_details} />
67-
)}
6863
</div>
6964
</RolePanelCardLayout>
7065
)

0 commit comments

Comments
 (0)