Client: Made decimals more consistent

Closes #58
This commit is contained in:
Donkie
2023-08-12 20:20:25 +02:00
parent 7bdde571a7
commit 0631c5f7a1
7 changed files with 25 additions and 13 deletions

View File

@@ -262,7 +262,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
id: "used_length",
i18ncat: "spool",
unit: "mm",
decimals: 0,
decimals: 1,
dataSource,
tableState,
})}
@@ -270,7 +270,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
id: "remaining_length",
i18ncat: "spool",
unit: "mm",
decimals: 0,
decimals: 1,
defaultText: t("unknown"),
dataSource,
tableState,