diff --git a/packages/component-manuscript-manager/src/notifications/notification.js b/packages/component-manuscript-manager/src/notifications/notification.js
index 00cc8d130e81085c187e1f8c1454d408cda914c5..948d04901762a2f917965539ba08cca78d44ae24 100644
--- a/packages/component-manuscript-manager/src/notifications/notification.js
+++ b/packages/component-manuscript-manager/src/notifications/notification.js
@@ -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 }),