Skip to content

[frontend] [student] Fixed wrong sum calculation if no feedback is available

Jan Lenke requested to merge (removed):student-submission-sum-fix2 into master

sumScore may be undefined if there are submissions but with no feedback. Therefore sumScore will be displayed as "" instead of "0".

Merge request reports