diff --git a/src/renderer/src/components/entry-column/index.tsx b/src/renderer/src/components/entry-column/index.tsx
index 31706cac8a..23c343a7e0 100644
--- a/src/renderer/src/components/entry-column/index.tsx
+++ b/src/renderer/src/components/entry-column/index.tsx
@@ -125,18 +125,26 @@ export function EntryColumn() {
data-total-count={virtuosoOptions.totalCount}
>
- {virtuosoOptions.totalCount === 0 ? (
-
- ) : activeList?.view && views[activeList.view].gridMode ?
- (
-
- ) :
- (
-
- )}
+
+ {virtuosoOptions.totalCount === 0 ? (
+
+ ) : activeList?.view && views[activeList.view].gridMode ?
+ (
+
+ ) :
+ (
+
+ )}
+
)
}
@@ -287,10 +295,7 @@ const ListHeader: FC<{
}
const ListContent = forwardRef((props, ref) => (
- {
const unreadOnly = useAtomValue(unreadOnlyAtom)
return (
- {
Zero Items
)}
-
+
)
}