diff --git a/src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx b/src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx index 5d6199b..3a32a0a 100644 --- a/src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx +++ b/src/components/bulk-email-tool/bulk-email-task-manager/BulkEmailContentHistory.jsx @@ -94,12 +94,6 @@ function BulkEmailContentHistory({ intl }) { }, ]; - const getCell = (tableData, row) => ( - - ); - /** * Paragon's DataTable supports the ability to add extra columns that might not directly coincide with the data being * represented in the table. We are using an additional column to embed a button that will open a Modal to display the @@ -112,6 +106,7 @@ function BulkEmailContentHistory({ intl }) { { id: 'view_message', Header: '', + // eslint-disable-next-line react/no-unstable-nested-components Cell: ({ row }) => (