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')} +
) : (