diff --git a/web/components/project/sidebar-list-item.tsx b/web/components/project/sidebar-list-item.tsx index f79036a3a9..02ca53438a 100644 --- a/web/components/project/sidebar-list-item.tsx +++ b/web/components/project/sidebar-list-item.tsx @@ -226,7 +226,10 @@ export const ProjectSidebarListItem: React.FC = observer((props) => { })} >
- +
{!isCollapsed &&

{project.name}

}