mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Forgit to add file to last commit
This commit is contained in:
parent
87c80af5af
commit
64ea4d63c8
@ -127,7 +127,7 @@ export function formatNumber(x) {
|
|||||||
suffix = 'k'
|
suffix = 'k'
|
||||||
}
|
}
|
||||||
|
|
||||||
return `${(Math.round(x * 100) / 100)}${suffix}`
|
return `${(Math.round(x * 100) / 100)} ${suffix}`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use https://developer.mozilla.org/en-US/docs/Web/API/structuredClone instead?
|
// Use https://developer.mozilla.org/en-US/docs/Web/API/structuredClone instead?
|
||||||
|
Loading…
Reference in New Issue
Block a user