use user data instead fetching with user_id

This commit is contained in:
SrGooglo 2025-04-09 21:05:47 +00:00
parent 9410fc6cc3
commit 6cfeb596d9

View File

@ -80,7 +80,7 @@ const LivestreamItem = (props) => {
</div>
</div>
<UserPreview user_id={livestream.user_id} small />
<UserPreview user={livestream.user} small />
</div>
</div>
)