diff --git a/frontend-next/src/app/user/[stub]/page.js b/frontend-next/src/app/user/[stub]/page.js index b7f0d46..e21263c 100644 --- a/frontend-next/src/app/user/[stub]/page.js +++ b/frontend-next/src/app/user/[stub]/page.js @@ -91,14 +91,14 @@ function UserProfile({ params }) { return (
{isAuthenticated && ( -
+
{/* Left Side of Page */} -
+
{/* Header */}
{/* Main Page Section */} -
-
+
+
{!isEditing && (
-
+
{userRoomsArray}
diff --git a/frontend-next/src/components/app/header.js b/frontend-next/src/components/app/header.js index 49f7d2d..e5005df 100644 --- a/frontend-next/src/components/app/header.js +++ b/frontend-next/src/components/app/header.js @@ -86,7 +86,8 @@ export function Header({mainTab,chatRoomObj,user,}) {
- + +
diff --git a/frontend-next/src/components/app/notifications/notifications.js b/frontend-next/src/components/app/notifications/notifications.js index 08bfcaf..b6dc474 100644 --- a/frontend-next/src/components/app/notifications/notifications.js +++ b/frontend-next/src/components/app/notifications/notifications.js @@ -86,7 +86,7 @@ export function NotificationPanel({user}) {
- +
{isNotifications && notificationsMap} {!isNotifications &&