diff --git a/src-web/components/GitCommitDialog.tsx b/src-web/components/GitCommitDialog.tsx index 92f73027..65b02179 100644 --- a/src-web/components/GitCommitDialog.tsx +++ b/src-web/components/GitCommitDialog.tsx @@ -70,8 +70,6 @@ export function GitCommitDialog({ syncDir, onDone, workspace }: Props) { allEntries.push(entry); if (entry.next == null && entry.prev == null) { externalEntries.push(entry); - } else if (entry.next?.model === 'environment' || entry.prev?.model === 'environment') { - externalEntries.push(entry); } else { yaakEntries.push(entry); }