diff --git a/client/components/Sidebar.js b/client/components/Sidebar.js index c13fd04e56201..05af4600013b3 100644 --- a/client/components/Sidebar.js +++ b/client/components/Sidebar.js @@ -6,15 +6,17 @@ import { useTranslation } from '../contexts/TranslationContext'; import { useRoutePath } from '../contexts/RouterContext'; import ScrollableContentWrapper from './ScrollableContentWrapper'; -const Sidebar = ({ children, ...props }) => +const Sidebar = ({ children, ...props }) => {children} ; -const Content = ({ children, ...props }) => - - {children} - -; +const Content = ({ children, ...props }) => + + + {children} + + +; const Header = ({ title, onClose, children = undefined, ...props }) => {(title || onClose) &&