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