Skip to content

Commit 8fb0d4c

Browse files
committed
fix
1 parent 3b7ae66 commit 8fb0d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Courses/CourseStudents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class CourseStudents extends React.Component<ICourseStudentsProps, ICourseStuden
9494
{homeworks.map((homework) =>
9595
homework.tasks!.map((task) => (
9696
<TaskStudentCell
97-
solutions={this.props.solutions
97+
solutions={solutions
9898
.find(s => s.id == cm.id)!.homeworks!
9999
.find(h => h.id == homework.id)!.tasks!
100100
.find(t => t.id == task.id)!.solution!}

0 commit comments

Comments
 (0)