Skip to content

Commit 8e1d97e

Browse files
committed
fix: forgot one typo
1 parent 64dd98e commit 8e1d97e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/Grades.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const GetLastGrades = async (
116116
evaluationInclude.attributes?.topic ?? "",
117117
{
118118
id: subjectKey,
119-
label: subjectData?.attributes?.label ?? "",
119+
label: subjectData?.attributes?.name ?? "",
120120
color: subjectData?.attributes?.color ?? ""
121121
},
122122
grade.attributes?.nonEvaluationReason ?? undefined

0 commit comments

Comments
 (0)