Fix: resources network better startup behavior

This commit is contained in:
shamoon 2024-11-24 23:11:07 -08:00
parent cbf304a4c8
commit 385511f773
No known key found for this signature in database

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}