Pass latency to Network Card

This commit is contained in:
Hristo Nedelkov 2023-09-28 22:40:48 +03:00
parent d83f1561b4
commit d07496afb2
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ const DeviceHealthCheck = () => {
maxMemory={deviceHealthState.maxMemory}
/>
<DeviceNetworkHealth
uploadRate={deviceHealthState.uploadRate}
downloadRate={deviceHealthState.downloadRate}
latency={deviceHealthState.latency}
/>
</XStack>
<HealthInfoSection