fix categories

This commit is contained in:
SrGooglo 2022-11-28 16:17:56 +00:00 committed by root
parent 3921b067be
commit f5dff09825

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>