fix categories

This commit is contained in:
SrGooglo 2022-11-28 16:17:56 +00:00
parent 135aedd4a3
commit b2033104c3

View File

@ -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>