Skip to content

Commit d6749bc

Browse files
committed
Add way to access profiles without log in during dev
1 parent 005c9cc commit d6749bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function ProfilesPage() {
1818
<PageBase trackPageView={'user profiles'}>
1919
<Col className="items-center">
2020
<Col className={'w-full rounded px-3 py-4 sm:px-6'}>
21+
{/*<ProfilesHome/>*/}
2122
{user ? <ProfilesHome/> : <LoggedOutHome/>}
2223
</Col>
2324
</Col>

0 commit comments

Comments
 (0)