mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-24 17:01:09 -04:00
Do not render home before user loads
This commit is contained in:
@@ -9,6 +9,10 @@ export default function ProfilesPage() {
|
||||
const user = useUser();
|
||||
console.debug('user:', user)
|
||||
|
||||
if (user === undefined) {
|
||||
return <div/>
|
||||
}
|
||||
|
||||
return (
|
||||
<LovePage trackPageView={'user profiles'}>
|
||||
<Col className="items-center">
|
||||
|
||||
Reference in New Issue
Block a user