mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-01 02:18:26 -05:00
Add way to access profiles without log in during dev
This commit is contained in:
@@ -18,6 +18,7 @@ export default function ProfilesPage() {
|
||||
<PageBase trackPageView={'user profiles'}>
|
||||
<Col className="items-center">
|
||||
<Col className={'w-full rounded px-3 py-4 sm:px-6'}>
|
||||
{/*<ProfilesHome/>*/}
|
||||
{user ? <ProfilesHome/> : <LoggedOutHome/>}
|
||||
</Col>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user