Skip to content

Commit c61d8ed

Browse files
authored
Removed badge from the Tasks in the side menu
It was showing the v2 job count. Mostly this didn't actually show anything but one user reported they saw a number here and it's definitely a bug.
1 parent 76a0f61 commit c61d8ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ function V3ProjectSideMenu({
552552
name="Tasks"
553553
icon={TaskIcon}
554554
iconColor="text-blue-500"
555-
count={project.jobCount}
556555
to={v3ProjectPath(organization, project)}
557556
data-action="tasks"
558557
/>

0 commit comments

Comments
 (0)