diff --git a/frontend/src/component/banners/Banner/Banner.tsx b/frontend/src/component/banners/Banner/Banner.tsx
index 818ef10521..205a6268cb 100644
--- a/frontend/src/component/banners/Banner/Banner.tsx
+++ b/frontend/src/component/banners/Banner/Banner.tsx
@@ -84,7 +84,7 @@ export const Banner = ({ banner, inline, maxHeight }: IBannerProps) => {
- {message}
+ {message}
- {children}
+
+ {children}
+
);
};
diff --git a/frontend/src/component/integrations/IntegrationHowToSection/IntegrationHowToSection.tsx b/frontend/src/component/integrations/IntegrationHowToSection/IntegrationHowToSection.tsx
index 266f82a914..0a73adf5bd 100644
--- a/frontend/src/component/integrations/IntegrationHowToSection/IntegrationHowToSection.tsx
+++ b/frontend/src/component/integrations/IntegrationHowToSection/IntegrationHowToSection.tsx
@@ -34,7 +34,9 @@ export const IntegrationHowToSection: VFC = ({
>
{title}
- {provider!.howTo || ''}
+
+ {provider!.howTo || ''}
+
);
};