mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: collection activity preview
This commit is contained in:
parent
6cc9cdaa9e
commit
339d4150b1
4 changed files with 150 additions and 11 deletions
|
@ -131,6 +131,7 @@ export const ProfilePage = (props: any) => {
|
|||
commentCount={user.comment_count}
|
||||
videoCount={user.video_count}
|
||||
collectionCount={user.collection_count}
|
||||
collectionPreview={user.collections_preview || []}
|
||||
friendsCount={user.friend_count}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue