Skip to content
Snippets Groups Projects
Commit 824ad433 authored by Tania Fecheta's avatar Tania Fecheta
Browse files

fix(reviewerReport): see full name of reviewer if he is current user

parent 5871c375
No related branches found
No related tags found
3 merge requests!176Sprint 24,!171Sprint 24,!166Hin 1051 reviewers see all reports
......@@ -86,7 +86,7 @@ export default withProps(
privateReport: get(report, 'comments.1.content'),
reviewerName: `${get(currentUser, 'firstName', '')} ${get(
currentUser,
'.lastName',
'lastName',
'',
)}`,
}),
......
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