From 1608db61257333cb692ab7f5c8e0929e783bc96c Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Tue, 24 Feb 2026 19:01:21 -0800 Subject: [PATCH] Remove "Coming soon" profile placeholder from user menu The disabled profile menu item with "(Coming soon)" text served no purpose and cluttered the user dropdown. Removed it so the menu only shows the logout option. --- frontend/src/components/app-layout/NavUserProfile.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/src/components/app-layout/NavUserProfile.tsx b/frontend/src/components/app-layout/NavUserProfile.tsx index 8817977..f0d222e 100644 --- a/frontend/src/components/app-layout/NavUserProfile.tsx +++ b/frontend/src/components/app-layout/NavUserProfile.tsx @@ -2,7 +2,6 @@ import { useState } from "react"; import { Avatar, Button, - Divider, IconButton, ListItemIcon, Menu, @@ -119,13 +118,6 @@ export default function NavUserProfile() { transformOrigin={{ horizontal: "right", vertical: "top" }} anchorOrigin={{ horizontal: "right", vertical: "bottom" }} > - - - - - {name} (Coming soon) - -