Skip to content

Commit

Permalink
Merge pull request #59 from Aletheia-Data/fix/issue-58-missing-title-…
Browse files Browse the repository at this point in the history
…breaks-single

fix: added return component on loading single
  • Loading branch information
aletheiadata authored Mar 30, 2022
2 parents f4d0876 + 876f930 commit 5129182
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 5129182

Please sign in to comment.