mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add user friends preview
This commit is contained in:
parent
2fce051a54
commit
0cd74983f3
4 changed files with 72 additions and 2 deletions
|
@ -133,6 +133,7 @@ export const ProfilePage = (props: any) => {
|
|||
collectionCount={user.collection_count}
|
||||
collectionPreview={user.collections_preview || []}
|
||||
friendsCount={user.friend_count}
|
||||
friendsPreview={user.friends_preview || []}
|
||||
/>
|
||||
)}
|
||||
{!user.is_stats_hidden && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue