Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 24, 2024
1 parent 03da53b commit c6bffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/data/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function getAssignmentsByState(assignments: LearnerContentAssignment[] =
allocatedAssignments.push(assignment);
break;
case ASSIGNMENT_TYPES.ACCEPTED:
acceptedAssignments.push();
acceptedAssignments.push(assignment);
break;
case ASSIGNMENT_TYPES.CANCELED:
canceledAssignments.push(assignment);
Expand Down

0 comments on commit c6bffb6

Please sign in to comment.