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

fix(responseToRevisionRequest): display the response the author gave

parent 685cb59a
No related branches found
No related tags found
3 merge requests!160Update staging with master features,!150Develop,!145Hin 1124
......@@ -50,6 +50,7 @@ import {
canViewEditorialComments,
pendingReviewerInvitation,
canViewResponseFromAuthor,
getFragmentAuthorResponse,
canOverrideTechnicalChecks,
authorCanViewReportsDetails,
getOwnPendingRecommendation,
......@@ -129,6 +130,10 @@ export default compose(
state,
match.params.version,
),
authorResponseToRevisonRequest: getFragmentAuthorResponse(
state,
match.params.version,
),
}),
{
changeForm,
......
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