fix: 🐛

This commit is contained in:
codytseng
2025-02-10 22:40:37 +08:00
parent 05cade1f99
commit ab1fff53ef

View File

@@ -226,7 +226,9 @@ export default function NoteList({
<LoadingSkeleton isPictures={isPictures} />
</div>
) : events.length ? (
<div className="text-center text-sm text-muted-foreground mt-2">t('no more notes')</div>
<div className="text-center text-sm text-muted-foreground mt-2">
{t('no more notes')}
</div>
) : (
<div className="flex justify-center w-full mt-2">
<Button size="lg" onClick={() => setRefreshCount((pre) => pre + 1)}>