diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index 5c93a4c85112..46e07ef0f01b 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -76,7 +76,7 @@ export const Layout: React.FC = ({ )} -
+
{children}
{!showOnlyContent && !hideFooter &&
}
diff --git a/src/components/LibraryVersion/LibraryVersion.tsx b/src/components/LibraryVersion/LibraryVersion.tsx index c31b3b06f238..295c34d9d113 100644 --- a/src/components/LibraryVersion/LibraryVersion.tsx +++ b/src/components/LibraryVersion/LibraryVersion.tsx @@ -18,11 +18,9 @@ const LibraryVersion: FC = ({id}) => { } return ( - <> - - {libraryVersion} - - + + {libraryVersion} + ); }; diff --git a/src/components/NavigationLayout/NavigationLayout.tsx b/src/components/NavigationLayout/NavigationLayout.tsx index 8cb536158af4..9e1979c1d67f 100644 --- a/src/components/NavigationLayout/NavigationLayout.tsx +++ b/src/components/NavigationLayout/NavigationLayout.tsx @@ -110,7 +110,7 @@ export const NavigationLayout: React.FC = ({ />
-
+
{children}