Skip to content

Commit

Permalink
fix: stream dropdown goto category
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed May 30, 2024
1 parent eb3e37e commit a06a994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/browser/components/cards/StreamCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ function StreamCard(props: StreamCardProps) {

<StreamDropdown
channel={channel}
category={liveDetail?.liveCategory}
category={
liveDetail?.liveCategory && `${liveDetail.categoryType}/${liveDetail.liveCategory}`
}
onNewCollection={props.onNewCollection}
>
<StyledDropdownButton />
Expand Down

0 comments on commit a06a994

Please sign in to comment.