mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use user data instead fetching with user_id
This commit is contained in:
parent
9410fc6cc3
commit
6cfeb596d9
@ -80,7 +80,7 @@ const LivestreamItem = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<UserPreview user_id={livestream.user_id} small />
|
||||
<UserPreview user={livestream.user} small />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user