Skip to content

Commit a4ab3bb

Browse files
fix (#1140)
1 parent f1c45d5 commit a4ab3bb

File tree

1 file changed

+0
-10
lines changed
  • apps/web/app/(org)/dashboard/_components/Navbar

1 file changed

+0
-10
lines changed

apps/web/app/(org)/dashboard/_components/Navbar/Items.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ const AdminNavItems = ({ toggleMobileNav }: Props) => {
6666
icon: <CogIcon />,
6767
subNav: [],
6868
},
69-
...(buildEnv.NEXT_PUBLIC_IS_CAP && user.email.endsWith("@cap.so")
70-
? [
71-
{
72-
name: "Admin Dev",
73-
href: "/dashboard/admin",
74-
icon: <CogIcon />,
75-
subNav: [],
76-
},
77-
]
78-
: []),
7969
];
8070

8171
const [dialogOpen, setDialogOpen] = useState(false);

0 commit comments

Comments
 (0)