Skip to content

Commit 99770b9

Browse files
committed
feat: Hide CapAIBox if subscribed
1 parent 18d0675 commit 99770b9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ const AdminNavItems = ({ toggleMobileNav }: Props) => {
364364
</div>
365365
<div className="pb-4 mt-auto w-full">
366366
<AnimatePresence>
367-
{!sidebarCollapsed && (
367+
{!sidebarCollapsed && !userIsSubscribed && (
368368
<motion.div
369369
initial={{ scale: 0 }}
370370
animate={{ scale: 1 }}

0 commit comments

Comments
 (0)