diff --git a/ui/src/components/ProjectProperties.tsx b/ui/src/components/ProjectProperties.tsx index c3788b32..772bb8db 100644 --- a/ui/src/components/ProjectProperties.tsx +++ b/ui/src/components/ProjectProperties.tsx @@ -424,9 +424,7 @@ export function ProjectProperties({ project, onUpdate, onFieldUpdate, getFieldSa alignStart valueClassName="space-y-2" > - {linkedGoals.length === 0 ? ( - None - ) : ( + {linkedGoals.length > 0 && (
{linkedGoals.map((goal) => ( 0 && "ml-1")} disabled={availableGoals.length === 0} >