diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx b/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx index 4f008ceac4f35..bccfb041066a3 100644 --- a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx +++ b/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx @@ -34,10 +34,6 @@ export const StepDetailPage = () => { useStepDetailsBreadcrumbs(); - const activeStep = data?.steps?.find( - (step) => step.synthetics?.step?.index === Number(stepIndex) - ); - const dispatch = useDispatch(); useEffect(() => { @@ -51,7 +47,7 @@ export const StepDetailPage = () => { return ( <> - + {data?.details?.journey?.config_id && ( { )}