Skip to content
Snippets Groups Projects

feat(ReviewerInvitation): Reviewers now invited, not accepted on major revision

Merged Mihail Hagiu requested to merge HIN-1120-Reviewers-Invited-Major-Revision into develop
All threads resolved!
1 file
+ 1
7
Compare changes
  • Side-by-side
  • Inline
@@ -767,13 +767,7 @@ class Notification {
agree: true,
})
const {
paragraph,
upperContent,
lowerContent,
subText,
...bodyProps
} = getEmailCopy({
const { paragraph, ...bodyProps } = getEmailCopy({
emailType: 'reviewer-invitation',
titleText: `the manuscript titled <strong>"${title}"</strong> by <strong>${authorName}</strong> et al.`,
expectedDate: services.getExpectedDate({ daysExpected: 14 }),