diff --git a/frontend/src/pages/App/AppTrends.js b/frontend/src/pages/App/AppTrends.js index d45d3af5..03d086f5 100644 --- a/frontend/src/pages/App/AppTrends.js +++ b/frontend/src/pages/App/AppTrends.js @@ -22,6 +22,7 @@ import { setPrivateAccess as _setPrivateAccess } from '../../redux/actions/userA import { getUserMetadata } from '../../api'; import { WRAPPED_URL } from '../../constants'; import Footer from './Footer'; +import { SelectUserScreen, WrappedScreen } from '../Wrapped'; function WrappedAuthRedirectScreen() { const { rest } = useParams(); @@ -68,9 +69,13 @@ function App() { element={} /> } /> + } /> + } /> + } /> {isAuthenticated && ( } /> )} + } /> } /> } />