Your environment
Local environment on master
Steps To Reproduce
Steps to reproduce the behavior:
- Go to gradesheet of an autograded assessment
- Click on tweak
- Edit tweak value and save
- Go to manage submissions
- Click on the score details button on the submission that you editted
- See the error
Current behavior
Error comes up:
TypeError: Cannot read properties of null (reading 'toFixed')

Expected behavior
Should be able to view score details
Problem
On line 165 of manage_submissions.js, the data.scores[submission.id]?.[problem.id]?.['score'] seems to be null.