diff options
| author | yxshv <[email protected]> | 2024-04-14 14:57:22 +0530 |
|---|---|---|
| committer | yxshv <[email protected]> | 2024-04-14 14:57:22 +0530 |
| commit | fef159cdcb1d369d9cd95ec4efb74fbb4669a685 (patch) | |
| tree | 721f45263b6d06e432b4406dea6e9c517f1c0ea3 /apps/web/src/components | |
| parent | update routes (diff) | |
| download | supermemory-fef159cdcb1d369d9cd95ec4efb74fbb4669a685.tar.xz supermemory-fef159cdcb1d369d9cd95ec4efb74fbb4669a685.zip | |
fix
Diffstat (limited to 'apps/web/src/components')
| -rw-r--r-- | apps/web/src/components/Main.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/src/components/Main.tsx b/apps/web/src/components/Main.tsx index df6a08bf..68ee8d9f 100644 --- a/apps/web/src/components/Main.tsx +++ b/apps/web/src/components/Main.tsx @@ -185,7 +185,8 @@ export default function Main({ sidebarOpen }: { sidebarOpen: boolean }) { }), }, ); - + + console.log("sources", sourcesResponse) const sourcesInJson = getIdsFromSource(((await sourcesResponse.json()) as { ids: string[] |