We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b72d5 commit 4546ff3Copy full SHA for 4546ff3
1 file changed
app/src/components/RolePanelCards/components/StudentPanelCard.tsx
@@ -1,6 +1,5 @@
1
import { toast } from 'sonner'
2
import { ButtonGridCard } from '@/components/ButtonGridCard'
3
-import { GradesTableCard } from '@/components/GradesTableCard'
4
import { NAVIGATION, ROUTES } from '@/config'
5
import { useUser } from '@/hooks/useUser'
6
import type { DashboardLink } from '@/types/dashboardLink'
@@ -61,10 +60,6 @@ export function StudentPanelCard() {
61
60
data={studentActions}
62
handleClick={handleClick}
63
/>
64
-
65
- {profile.grades_details && (
66
- <GradesTableCard data={profile.grades_details} />
67
- )}
68
</div>
69
</RolePanelCardLayout>
70
)
0 commit comments