Skip to content

Commit

Permalink
fix: totalcreditmarks missing in credit marks card
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed Jul 25, 2024
1 parent 63f5344 commit 5922ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/student/fragments/ResultSemTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function ResultSemTabs(
<CardTitle>Credit Marks</CardTitle>
</CardHeader>
<CardContent className="font-semibold p-5">
{semData.creditmarks} / {semData.creditmarks}
{semData.creditmarks} / {semData.totalcreditmarks}
<CardDescription>
Total Credit Marks Obtained
</CardDescription>
Expand Down

0 comments on commit 5922ff8

Please sign in to comment.