mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 16:49:28 -04:00
Fix
This commit is contained in:
@@ -114,6 +114,7 @@ function getBottomNavigation(user: User, lover: Lover | null | undefined) {
|
||||
{
|
||||
name: 'Profile',
|
||||
href: lover === null ? '/signup' : `/${user.username}`,
|
||||
icon: SolidHomeIcon,
|
||||
},
|
||||
{
|
||||
name: 'Messages',
|
||||
|
||||
Reference in New Issue
Block a user