Pass latency to Network Card
This commit is contained in:
parent
d83f1561b4
commit
d07496afb2
|
@ -46,8 +46,8 @@ const DeviceHealthCheck = () => {
|
|||
maxMemory={deviceHealthState.maxMemory}
|
||||
/>
|
||||
<DeviceNetworkHealth
|
||||
uploadRate={deviceHealthState.uploadRate}
|
||||
downloadRate={deviceHealthState.downloadRate}
|
||||
latency={deviceHealthState.latency}
|
||||
|
||||
/>
|
||||
</XStack>
|
||||
<HealthInfoSection
|
||||
|
|
Loading…
Reference in New Issue