Skip to content
Snippets Groups Projects
Commit 97e3b989 authored by Iosif Boanca's avatar Iosif Boanca
Browse files

fix(truly pure function):

parent b67a2ee4
No related branches found
No related tags found
3 merge requests!160Update staging with master features,!150Develop,!139Hin 1054
...@@ -57,6 +57,7 @@ const showHEOptions = ({ ...@@ -57,6 +57,7 @@ const showHEOptions = ({
hasReviewerReports, hasReviewerReports,
fragment, fragment,
options, options,
optionsWhereHECanOnlyReject,
}) => { }) => {
const { status, fragments } = collection const { status, fragments } = collection
const { invitations } = fragment const { invitations } = fragment
...@@ -113,6 +114,7 @@ const HERecommendation = ({ ...@@ -113,6 +114,7 @@ const HERecommendation = ({
hasReviewerReports, hasReviewerReports,
fragment, fragment,
options, options,
optionsWhereHECanOnlyReject,
})} })}
{...input} {...input}
/> />
......
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