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

fix(HERecommendation): Fixed typo

parent 55b2e734
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!191Hin 1116 documentation
...@@ -151,9 +151,9 @@ const HERecommendation = ({ ...@@ -151,9 +151,9 @@ const HERecommendation = ({
</ContextualBox> </ContextualBox>
) )
HERecommendation.prototypes = { HERecommendation.propTypes = {
/* Contains the values of the form inputs */ /* Contains the values of the form inputs */
formValues: PropTypes.object, formValues: PropTypes.object, //eslint-disable-line
/* Handles the submission of the recommendation */ /* Handles the submission of the recommendation */
handleSubmit: PropTypes.func, handleSubmit: PropTypes.func,
/* Specifies if the fragment has reviewer reports */ /* Specifies if the fragment has reviewer reports */
......
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