Skip to content
Snippets Groups Projects

HIN-1063

Merged Alexandru Munteanu requested to merge HIN-1063 into develop
1 unresolved thread
23 files
+ 518
42
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -370,6 +370,9 @@ export const canMakeHERecommendation = (state, { collection, statuses }) => {
return statusImportance > 1 && statusImportance < 9 && validHE
}
export const getFragmentAuthorResponse = (state, fragmentId) =>
get(state, `fragments.${fragmentId}.responseToReviewers`, {})
// #region Editorial and reviewer recommendations
export const getFragmentRecommendations = (state, fragmentId) =>
get(state, `fragments.${fragmentId}.recommendations`, [])