Fixed issue
This commit is contained in:
parent
e4680f9b9c
commit
12ba7a9bc3
@ -28,11 +28,11 @@ export default function Component({ service }) {
|
|||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block
|
<Block
|
||||||
label="develancacheui.cachehitbytes"
|
label="develancacheui.cachehitbytes"
|
||||||
value={t("common.number", { value: downloadStatsData.totalCacheHitBytes })}
|
value={t("common.bytes", { value: downloadStatsData.totalCacheHitBytes })}
|
||||||
/>
|
/>
|
||||||
<Block
|
<Block
|
||||||
label="develancacheui.cachemissbytes"
|
label="develancacheui.cachemissbytes"
|
||||||
value={t("common.number", { value: downloadStatsData.totalCacheMissBytes })}
|
value={t("common.bytes", { value: downloadStatsData.totalCacheMissBytes })}
|
||||||
/>
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user