feat: add user profile comments preview
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled

This commit is contained in:
Kentai Radiquum 2025-04-04 15:25:16 +05:00
parent 5572f31c60
commit 762c2f324a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 101 additions and 6 deletions

View file

@ -129,7 +129,7 @@ export const ProfilePage = (props: any) => {
<ProfileActivity
profile_id={user.id}
commentCount={user.comment_count}
videoCount={user.video_count}
commentPreview={user.release_comments_preview || []}
collectionCount={user.collection_count}
collectionPreview={user.collections_preview || []}
friendsCount={user.friend_count}