diff --git a/plugins/ui/src/js/src/elements/IllustratedMessage.tsx b/plugins/ui/src/js/src/elements/IllustratedMessage.tsx
index 7991d6173..ba75de9e4 100644
--- a/plugins/ui/src/js/src/elements/IllustratedMessage.tsx
+++ b/plugins/ui/src/js/src/elements/IllustratedMessage.tsx
@@ -35,9 +35,7 @@ export function IllustratedMessage(
return (
/* eslint-disable-next-line react/jsx-props-no-spreading */
-
- {newChildren}
-
+ {newChildren}
);
}
diff --git a/tests/ui.spec.ts-snapshots/UI-all-components-render-1-firefox-linux.png b/tests/ui.spec.ts-snapshots/UI-all-components-render-1-firefox-linux.png
index 8b360ccd6..a317fac6e 100644
Binary files a/tests/ui.spec.ts-snapshots/UI-all-components-render-1-firefox-linux.png and b/tests/ui.spec.ts-snapshots/UI-all-components-render-1-firefox-linux.png differ
diff --git a/tests/ui.spec.ts-snapshots/UI-all-components-render-1-webkit-linux.png b/tests/ui.spec.ts-snapshots/UI-all-components-render-1-webkit-linux.png
index 8f189c827..8c9f65732 100644
Binary files a/tests/ui.spec.ts-snapshots/UI-all-components-render-1-webkit-linux.png and b/tests/ui.spec.ts-snapshots/UI-all-components-render-1-webkit-linux.png differ