Skip to content
Snippets Groups Projects
Commit c5692378 authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix(ReviewerNumbering): Fixed CR issues

parent 8a824b39
No related branches found
No related tags found
3 merge requests!176Sprint 24,!171Sprint 24,!158Hin 1115
...@@ -11,7 +11,7 @@ export const getReportComments = ({ report, isPublic = false }) => ...@@ -11,7 +11,7 @@ export const getReportComments = ({ report, isPublic = false }) =>
.get('content') .get('content')
.value() .value()
export const indexReviewers = (reports, invitations) => { export const indexReviewers = (reports = [], invitations = []) => {
reports.forEach(report => { reports.forEach(report => {
report.reviewerNumber = get( report.reviewerNumber = get(
find(invitations, ['userId', report.userId]), find(invitations, ['userId', report.userId]),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment