@ -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
}, []);
Powered by TurnKey Linux.