Correct units

This commit is contained in:
shamoon 2024-11-24 21:54:37 -08:00
parent 20f2a968fc
commit e7c5158c60
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ export default function Network({ options, refresh = 1500 }) {
return (
<Resource
icon={FaNetworkWired}
value={`${t("common.bits", { value: data?.network?.tx_sec })} / ${t("common.bits", {
value={`${t("common.byterate", { value: data?.network?.tx_sec })} / ${t("common.byterate", {
value: data?.network?.rx_sec,
})}`}
label={data.interface}