diff --git a/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx b/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx index 3d27d05d3..9010f38b6 100644 --- a/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx +++ b/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx @@ -64,7 +64,6 @@ function CollapseWrapper({ className={cn(isExpanded ? 'opacity-100' : 'opacity-50')} style={{ transition: `opacity ${duration}ms ease-in-out`, - animation: `nav-fadein ${duration}ms ease-in-out`, }}>