Fix: resources network better startup behavior

This commit is contained in:
shamoon
2024-11-27 02:33:15 -08:00
parent cbf304a4c8
commit 385511f773
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Network({ options, refresh = 1500 }) {
return <Error />;
}
if (!data || !data.network) {
if (!data || !data.network || !data.network.rx_sec || !data.network.tx_sec) {
return (
<Resource
icon={FaNetworkWired}