From d831f626c2eb59962632f4f77409f3d78bd7eecc Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Fri, 11 Oct 2024 11:13:02 +0800 Subject: [PATCH] hide items in nav bar --- frontend/src/components/Common/ActionsMenu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Common/ActionsMenu.tsx b/frontend/src/components/Common/ActionsMenu.tsx index 76a0323..310b78c 100644 --- a/frontend/src/components/Common/ActionsMenu.tsx +++ b/frontend/src/components/Common/ActionsMenu.tsx @@ -42,14 +42,14 @@ const ActionsMenu = ({ type, value, disabled }: ActionsMenuProps) => { onClose={editUserModal.onClose} /> ) - case 'Item': - return ( - - ) + // case 'Item': + // return ( + // + // ) case 'AboutUs': return (