Add way to access profiles without log in during dev

This commit is contained in:
MartinBraquet
2025-10-30 23:18:50 +01:00
parent 005c9ccdef
commit d6749bcd41

View File

@@ -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>