diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ab71062e..04cdd17c 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -418,6 +418,7 @@ const App = (message, props) => { serverside={false} isLoaded={isLoaded} isLoggedIn={isLoggedIn} + checkLogin={checkLogin} userdata={userdata} globalUrl={globalUrl} surfaceColor={theme.palette.surfaceColor} diff --git a/frontend/src/components/AppSelection.jsx b/frontend/src/components/AppSelection.jsx index 5bbb5ff0..df78af8e 100644 --- a/frontend/src/components/AppSelection.jsx +++ b/frontend/src/components/AppSelection.jsx @@ -47,6 +47,7 @@ const AppSelection = props => { defaultSearch, setDefaultSearch, checkLogin, + isAppPage=false } = props; const [discoveryData, setDiscoveryData] = React.useState({}) @@ -507,26 +508,31 @@ const AppSelection = props => { })} - {!moreButton ? ( -