diff --git a/mailpoet/assets/js/src/automation/listing/index.tsx b/mailpoet/assets/js/src/automation/listing/index.tsx index c3b3f4ddd9..2779aba061 100644 --- a/mailpoet/assets/js/src/automation/listing/index.tsx +++ b/mailpoet/assets/js/src/automation/listing/index.tsx @@ -38,7 +38,7 @@ export function AutomationListing({ workflows, loading }: Props): JSX.Element { [pageSearch, history], ); - const groupedWorkflows = useMemo(() => { + const groupedWorkflows = useMemo>(() => { const grouped = {}; workflows.forEach((workflow) => { if (!grouped[workflow.status]) {