fix: 🐛
This commit is contained in:
parent
05cade1f99
commit
ab1fff53ef
1 changed files with 3 additions and 1 deletions
|
|
@ -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)}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue