Fix: add maximumFractionDigits to Glances free fs

This commit is contained in:
Juan Manuel Bennàssar Carretero 2023-09-22 09:33:34 +02:00 committed by Juan Manuel Bennàssar Carretero
parent 6b8c02cf2a
commit 3cabc7ed4b

View File

@ -53,7 +53,7 @@ export default function Component({ service }) {
<div className="text-xs opacity-75">
{t("common.bbytes", {
value: fsData.free,
maximumFractionDigits: 0,
maximumFractionDigits: 1,
})} {t("resources.free")}
</div>
</Block>