File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/academy/grading/subcomponents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,12 +308,12 @@ const GradingWorkspace: React.FC<Props> = props => {
308
308
xpAdjustment = { grading ! . answers [ questionId ] . grade . xpAdjustment }
309
309
maxXp = { grading ! . answers [ questionId ] . question . maxXp }
310
310
studentNames = {
311
- grading ! [ questionId ] . student . name
311
+ grading ! . answers [ questionId ] . student . name
312
312
? [ grading ! . answers [ questionId ] . student . name ]
313
313
: grading ! . answers [ questionId ] . team ! . map ( member => member . name )
314
314
}
315
315
studentUsernames = {
316
- grading ! [ questionId ] . student . username
316
+ grading ! . answers [ questionId ] . student . username
317
317
? [ grading ! . answers [ questionId ] . student . username ]
318
318
: grading ! . answers [ questionId ] . team ! . map ( member => member . username )
319
319
}
You can’t perform that action at this time.
0 commit comments