Skip to content
Snippets Groups Projects

Hin 1111

Merged Anca Ursachi requested to merge HIN-1111 into develop
16 files
+ 369
13
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -372,6 +372,9 @@ export const canMakeHERecommendation = (state, { collection, statuses }) => {
@@ -372,6 +372,9 @@ export const canMakeHERecommendation = (state, { collection, statuses }) => {
return statusImportance > 1 && statusImportance < 9 && validHE
return statusImportance > 1 && statusImportance < 9 && validHE
}
}
 
export const getFragmentAuthorResponse = (state, fragmentId) =>
 
get(state, `fragments.${fragmentId}.responseToReviewers`, {})
 
// #region Editorial and reviewer recommendations
// #region Editorial and reviewer recommendations
export const getFragmentRecommendations = (state, fragmentId) =>
export const getFragmentRecommendations = (state, fragmentId) =>
get(state, `fragments.${fragmentId}.recommendations`, [])
get(state, `fragments.${fragmentId}.recommendations`, [])