We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ae66 commit 8fb0d4cCopy full SHA for 8fb0d4c
1 file changed
hwproj.front/src/components/Courses/CourseStudents.tsx
@@ -94,7 +94,7 @@ class CourseStudents extends React.Component<ICourseStudentsProps, ICourseStuden
94
{homeworks.map((homework) =>
95
homework.tasks!.map((task) => (
96
<TaskStudentCell
97
- solutions={this.props.solutions
+ solutions={solutions
98
.find(s => s.id == cm.id)!.homeworks!
99
.find(h => h.id == homework.id)!.tasks!
100
.find(t => t.id == task.id)!.solution!}
0 commit comments