Skip to content

Commit

Permalink
Merge pull request #60 from Aletheia-Data/development
Browse files Browse the repository at this point in the history
hotfix: fix return component on single
  • Loading branch information
aletheiadata authored Mar 30, 2022
2 parents c635b76 + 5129182 commit 1776407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "App-Aletheia-data",
"version": "1.1.5",
"version": "1.1.5",
"homepage": "/",
"repository": {
"type": "git",
Expand Down
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 1776407

Please sign in to comment.