Skip to content

Commit

Permalink
Removing the drop down for labeling assignment questions and allowing…
Browse files Browse the repository at this point in the history
… the title of the actual question to show instead.
  • Loading branch information
yessicaq committed Nov 5, 2024
1 parent d5f9db5 commit 60373a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const AssignmentDetailPage = () => {

// const submissionProblemScoresPromises = submissionsReq.map(s => {
// return RequestService.get<SubmissionProblemScore[]>(`/api/submission-problem-scores/${s.id}`)
// })
//
// const submissionProblemScoresReq = (await Promise.all(submissionProblemScoresPromises)).reduce((a, b) => a.concat(b), [])
// setSubmissionProblemScores(submissionProblemScoresReq)

Expand Down

0 comments on commit 60373a8

Please sign in to comment.