We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fdf23 commit 999c8d1Copy full SHA for 999c8d1
1 file changed
apps/webapp/app/components/navigation/SideMenuItem.tsx
@@ -62,12 +62,12 @@ export function SideMenuItem({
62
>
63
{name}
64
</motion.span>
65
- {badge && (
+ {badge && !isCollapsed && (
66
<motion.div
67
className="ml-1 flex shrink-0 items-center gap-1"
68
initial={false}
69
animate={{
70
- opacity: isCollapsed ? 0 : 1,
+ opacity: 1,
71
}}
72
transition={{ duration: 0.15, ease: "easeOut" }}
73
0 commit comments