feat: add user friends preview

This commit is contained in:
Kentai Radiquum 2025-04-04 05:58:13 +05:00
parent 2fce051a54
commit 0cd74983f3
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 72 additions and 2 deletions

View file

@ -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 && (