diff --git a/ui/src/components/IssueProperties.tsx b/ui/src/components/IssueProperties.tsx index 937e4628..bb555cce 100644 --- a/ui/src/components/IssueProperties.tsx +++ b/ui/src/components/IssueProperties.tsx @@ -846,15 +846,13 @@ export function IssueProperties({ ))} - ) : ( - None - )} + ) : null}
- {childIssues.length > 0 ? ( - childIssues.map((child) => ( + {childIssues.length > 0 + ? childIssues.map((child) => ( )) - ) : ( - None - )} + : null} {onAddSubIssue ? (