feat: remove picture tab
This commit is contained in:
parent
811388dd2e
commit
629ad3f7cd
14 changed files with 26 additions and 685 deletions
|
|
@ -135,7 +135,7 @@ export default function QuoteList({ event, className }: { event: Event; classNam
|
|||
</div>
|
||||
{hasMore || loading ? (
|
||||
<div ref={bottomRef}>
|
||||
<NoteCardLoadingSkeleton isPictures={false} />
|
||||
<NoteCardLoadingSkeleton />
|
||||
</div>
|
||||
) : (
|
||||
<div className="text-center text-sm text-muted-foreground mt-2">{t('no more notes')}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue