Fix: resources network better startup behavior
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled

This commit is contained in:
shamoon
2024-11-24 23:11:07 -08:00
parent cbf304a4c8
commit 5ee2ea559c

View File

@@ -18,7 +18,7 @@ export default function Network({ options, refresh = 1500 }) {
return <Error />; return <Error />;
} }
if (!data || !data.network) { if (!data || !data.network || !data.network.rx_sec || !data.network.tx_sec) {
return ( return (
<Resource <Resource
icon={FaNetworkWired} icon={FaNetworkWired}