fix: 🐛
This commit is contained in:
@@ -226,7 +226,9 @@ export default function NoteList({
|
|||||||
<LoadingSkeleton isPictures={isPictures} />
|
<LoadingSkeleton isPictures={isPictures} />
|
||||||
</div>
|
</div>
|
||||||
) : events.length ? (
|
) : 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">
|
<div className="flex justify-center w-full mt-2">
|
||||||
<Button size="lg" onClick={() => setRefreshCount((pre) => pre + 1)}>
|
<Button size="lg" onClick={() => setRefreshCount((pre) => pre + 1)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user