diff --git a/frontend/src/shared/components/Admin/index.tsx b/frontend/src/shared/components/Admin/index.tsx index 45552bc..e896acf 100644 --- a/frontend/src/shared/components/Admin/index.tsx +++ b/frontend/src/shared/components/Admin/index.tsx @@ -139,6 +139,7 @@ const TeamRoleManagerPopup: React.FC = ({ )} { setTab(3); }} @@ -584,7 +585,7 @@ const TabContent = styled.div` border-radius: 0.5rem; `; -const items = [{ name: 'Members' }, { name: 'Settings' }]; +const items = [{ name: 'Members' }]; type NavItemProps = { active: boolean;