Fix eslint error.

This commit is contained in:
SergeantPanda 2025-08-04 18:33:42 -05:00
parent 36450af23f
commit fa29c679f5

View file

@ -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>