diff --git a/apps/shinkai-desktop/src/components/vector-fs/components/folder-selection-list.tsx b/apps/shinkai-desktop/src/components/vector-fs/components/folder-selection-list.tsx index 6027a4197..99af58467 100644 --- a/apps/shinkai-desktop/src/components/vector-fs/components/folder-selection-list.tsx +++ b/apps/shinkai-desktop/src/components/vector-fs/components/folder-selection-list.tsx @@ -167,7 +167,7 @@ export const FolderSelectionList = () => { key={idx} /> ))} - {VRFiles?.child_folders.map((folder) => { + {VRFiles?.map((folder) => { return (