diff --git a/src/renderer/src/components/entry-column/index.tsx b/src/renderer/src/components/entry-column/index.tsx index 7c77f6216..2bdd9bde4 100644 --- a/src/renderer/src/components/entry-column/index.tsx +++ b/src/renderer/src/components/entry-column/index.tsx @@ -187,7 +187,7 @@ const useEntriesByView = () => { null, [query.data], ) - console.log("remoteEntryIds", remoteEntryIds) + return { ...query, diff --git a/src/renderer/src/components/entry-column/item.tsx b/src/renderer/src/components/entry-column/item.tsx index 57d00c376..d1061aacf 100644 --- a/src/renderer/src/components/entry-column/item.tsx +++ b/src/renderer/src/components/entry-column/item.tsx @@ -83,7 +83,7 @@ function EntryItemImpl({ } return ( -