Skip to content

Commit

Permalink
fix: added return component on loading single
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoVezzaro committed Mar 30, 2022
1 parent f4d0876 commit 876f930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/single/start-dashboard/SinglePageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 876f930

Please sign in to comment.