diff --git a/apps/app/components/profile/sidebar.tsx b/apps/app/components/profile/sidebar.tsx index d49058c677a..ba574441ab9 100644 --- a/apps/app/components/profile/sidebar.tsx +++ b/apps/app/components/profile/sidebar.tsx @@ -162,19 +162,21 @@ export const ProfileSidebar = () => {
- -
- {completedIssuePercentage}% -
-
+ {project.assigned_issues > 0 && ( + +
+ {completedIssuePercentage}% +
+
+ )}