Skip to content

Commit

Permalink
fix: hide empty block when pip not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 27, 2024
1 parent 3735a89 commit 86f2e09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const DesktopOptions = ({
) : null}

{screenType !== 'hls_live_streaming' ? (
<Dropdown.Item>
<Dropdown.Item css={{ '&:empty': { display: 'none' } }}>
<PIP
content={
<Flex css={{ w: '100%' }}>
Expand Down

0 comments on commit 86f2e09

Please sign in to comment.