From ab1fff53ef1025084391f41978e5da48f2bd52e9 Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 10 Feb 2025 22:40:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NoteList/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/NoteList/index.tsx b/src/components/NoteList/index.tsx index 89fb0bf0..2e644516 100644 --- a/src/components/NoteList/index.tsx +++ b/src/components/NoteList/index.tsx @@ -226,7 +226,9 @@ export default function NoteList({ ) : events.length ? ( -
t('no more notes')
+
+ {t('no more notes')} +
) : (