From 0cd41450c7cb53ef51419e18c757780fe3318022 Mon Sep 17 00:00:00 2001 From: paulclindo Date: Tue, 31 Dec 2024 18:46:23 -0500 Subject: [PATCH] temporary fix for listing folders --- .../components/vector-fs/components/folder-selection-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (