From fa29c679f5867b91da29a0a3e7382abd2843b8a5 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 4 Aug 2025 18:33:42 -0500 Subject: [PATCH] Fix eslint error. --- frontend/src/pages/VODs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/VODs.jsx b/frontend/src/pages/VODs.jsx index 8a4b4ab7..d89cf9b1 100644 --- a/frontend/src/pages/VODs.jsx +++ b/frontend/src/pages/VODs.jsx @@ -510,7 +510,7 @@ const VODModal = ({ vod, opened, onClose }) => { {/* Provider Information & Play Button Row */} - {(vod?.m3u_account || true) && ( + {(vod?.m3u_account) && ( {vod?.m3u_account && (