From 689387e864855228fef5d9f9aab280b024b56b97 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 14 Jun 2024 00:24:47 +0800 Subject: [PATCH] fix: entry empty list animation --- src/renderer/src/components/entry-column/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/components/entry-column/index.tsx b/src/renderer/src/components/entry-column/index.tsx index 23c343a7e..92ccf4101 100644 --- a/src/renderer/src/components/entry-column/index.tsx +++ b/src/renderer/src/components/entry-column/index.tsx @@ -306,7 +306,7 @@ const EmptyList = (props, ref) => { const unreadOnly = useAtomValue(unreadOnlyAtom) return ( -
{ Zero Items
)} - + ) }