We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22345e2 commit 687ce9dCopy full SHA for 687ce9d
apps/chat/src/app/file-explorer/file-explorer.tsx
@@ -171,7 +171,7 @@ export function FileExplorer({
171
let changed = false;
172
const nextExpanded = new Set(currentExpanded);
173
for (const [p, type] of diff.entries()) {
174
- if (type === 'added' || type === 'renamed' || type === 'modified') {
+ if (type === 'added' || type === 'modified') {
175
const parts = p.split('/');
176
let currentPath = '';
177
for (let i = 0; i < parts.length - 1; i++) {
0 commit comments