mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
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…
x
Reference in New Issue
Block a user