diff --git a/frontend/src/components/forms/M3UProfile.jsx b/frontend/src/components/forms/M3UProfile.jsx index 4acb4552..d00996d7 100644 --- a/frontend/src/components/forms/M3UProfile.jsx +++ b/frontend/src/components/forms/M3UProfile.jsx @@ -167,7 +167,14 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => { } catch (error) { console.error('Error sending WebSocket message:', error); } - }, [websocketReady, sendMessage, m3u, debouncedPatterns, streamUrl, sampleInput]); + }, [ + websocketReady, + sendMessage, + m3u, + debouncedPatterns, + streamUrl, + sampleInput, + ]); useEffect(() => { const handler = setTimeout(() => { @@ -237,6 +244,8 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => {