From 545a4adc66322e04366901aa3d73aa2b39d73d20 Mon Sep 17 00:00:00 2001 From: David Remer Date: Sat, 5 Nov 2022 07:58:02 +0200 Subject: [PATCH] Fix typo [MAILPOET-4744] --- mailpoet/assets/js/src/automation/editor/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailpoet/assets/js/src/automation/editor/index.tsx b/mailpoet/assets/js/src/automation/editor/index.tsx index d6290be81e..ad599eea84 100644 --- a/mailpoet/assets/js/src/automation/editor/index.tsx +++ b/mailpoet/assets/js/src/automation/editor/index.tsx @@ -47,7 +47,7 @@ const showInserterSidebar = false; * * see MAILPOET-4744 */ -function updateingActiveWorkflowNotPossible() { +function updatingActiveWorkflowNotPossible() { const workflow = globalSelect(storeName).getWorkflowData(); if ( ![WorkflowStatus.ACTIVE, WorkflowStatus.DEACTIVATING].includes( @@ -96,7 +96,7 @@ function Editor(): JSX.Element { if (!isBooting) { return; } - updateingActiveWorkflowNotPossible(); + updatingActiveWorkflowNotPossible(); setIsBooting(false); }, [isBooting]); const className = classnames('interface-interface-skeleton', {