From da49dd76df69fc1813657af1ef43a04b38faf6d0 Mon Sep 17 00:00:00 2001 From: accius Date: Fri, 30 Jan 2026 14:41:38 -0500 Subject: [PATCH] fix for user spots --- public/index.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/public/index.html b/public/index.html index 822ea84..e54e784 100644 --- a/public/index.html +++ b/public/index.html @@ -763,23 +763,6 @@ return () => clearInterval(interval); }, [callsign]); - return { data, loading }; - }; - setData([{ - freq: '---', - call: 'ERROR', - comment: 'Could not connect to DX cluster', - time: '--:--z', - spotter: '' - }]); - } - finally { setLoading(false); } - }; - fetchDX(); - const interval = setInterval(fetchDX, 30000); // 30 second refresh - return () => clearInterval(interval); - }, []); - return { data, loading }; };