We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c02d45 commit 9c8a8a4Copy full SHA for 9c8a8a4
client/modules/IDE/reducers/files.js
@@ -228,9 +228,7 @@ const files = (state, action) => {
228
});
229
default:
230
return state.map((file) => {
231
- if (file.name === 'root') {
232
- file.children = sortedChildrenId(state, file.children);
233
- }
+ file.children = sortedChildrenId(state, file.children);
234
return file;
235
236
}
0 commit comments