diff --git a/src/app/pages/single/start-dashboard/SinglePageWrapper.tsx b/src/app/pages/single/start-dashboard/SinglePageWrapper.tsx index 991b23a..7ac2b46 100644 --- a/src/app/pages/single/start-dashboard/SinglePageWrapper.tsx +++ b/src/app/pages/single/start-dashboard/SinglePageWrapper.tsx @@ -149,6 +149,8 @@ export function SinglePageWrapper(): JSX.Element { component.props.data.sidebar = "single"; component.props.data.minisearchActive = minisearchActive; component.props.data.toogleMinisearch = toogleMinisearch; + } else { + return component; } return (