diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx b/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx index a7592735460050..7b9e350dd2b7ee 100644 --- a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx +++ b/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx @@ -65,14 +65,18 @@ export function ErrorDetailsPage() { stepsLoading={stepsLoading} isErrorDetails={true} /> - - - - + {isBrowser && ( + <> + + + + + + )} {data?.details?.journey && failedStep && (