mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix categories
This commit is contained in:
parent
3921b067be
commit
f5dff09825
@ -34,7 +34,7 @@ const LivestreamItem = (props) => {
|
|||||||
<h2>{livestream.info?.description ?? "No description"}</h2>
|
<h2>{livestream.info?.description ?? "No description"}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="livestream_category">
|
<div className="livestream_category">
|
||||||
{livestream.info?.catagory ?? "No category"}
|
{livestream.info?.category?.label ?? "No category"}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user