forked from Mirrors/Dispatcharr
Fix eslint error.
This commit is contained in:
parent
36450af23f
commit
fa29c679f5
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ const VODModal = ({ vod, opened, onClose }) => {
|
|||
</Stack>
|
||||
</Flex>
|
||||
{/* Provider Information & Play Button Row */}
|
||||
{(vod?.m3u_account || true) && (
|
||||
{(vod?.m3u_account) && (
|
||||
<Group spacing="md" align="center" mt="md">
|
||||
{vod?.m3u_account && (
|
||||
<Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue