diff --git a/src/ProgressWorkflow.jsx b/src/ProgressWorkflow.jsx index 408d589..f6cd840 100644 --- a/src/ProgressWorkflow.jsx +++ b/src/ProgressWorkflow.jsx @@ -99,6 +99,7 @@ const ProgressWorkflow = (props) => { if ( contentId && contentContainsPathname && + basePathname && basePathname !== '/' && // wihout this there will be a flicker for going back to home ('/' is included in all api paths) workflowProgress?.result?.steps && workflowProgress.result.steps.length > 0 &&