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 authored Mar 27, 2024
1 parent 0338eaf commit 8458229
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 8458229

Please sign in to comment.