diff --git a/ui/src/components/ProjectProperties.tsx b/ui/src/components/ProjectProperties.tsx index 38dc1a33..3f6f6e40 100644 --- a/ui/src/components/ProjectProperties.tsx +++ b/ui/src/components/ProjectProperties.tsx @@ -420,9 +420,7 @@ export function ProjectProperties({ project, onUpdate, onFieldUpdate, getFieldSa alignStart valueClassName="space-y-2" > - {linkedGoals.length === 0 ? ( - None - ) : ( + {linkedGoals.length > 0 && (