Skip to content

Commit

Permalink
Fixed reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Dec 9, 2020
1 parent cf99cd6 commit 355afcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-ui/src/reducers/tasks-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default (state: TasksState = defaultState, action: AnyAction): TasksState
};
}

return task;
return _task;
},
),
};
Expand Down

0 comments on commit 355afcb

Please sign in to comment.