diff --git a/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx b/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx index 64088297..05b5456a 100644 --- a/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx +++ b/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx @@ -144,7 +144,10 @@ export function InvestigationDialog({ {selectedCommentIds.length === comments.length ? 'Deselect All' : 'Select All'} - +
{comments.map((comment) => (
- +
{notes.map((note) => (