diff --git a/src/renderer/src/components/GitHubItemDialog.tsx b/src/renderer/src/components/GitHubItemDialog.tsx index 1c04c23abb6..01303cf362c 100644 --- a/src/renderer/src/components/GitHubItemDialog.tsx +++ b/src/renderer/src/components/GitHubItemDialog.tsx @@ -1924,10 +1924,6 @@ function GHEditSection({ [item.number, repoPath, projectOrigin, localAssignees, patchProjectRowIfNeeded, run] ) - if (item.type === 'pr') { - return null - } - const checkIcon = ( - + {item.type !== 'pr' ? ( + + ) : null} ) }