diff --git a/scripts/account.js b/scripts/account.js index 5e82682..e58d792 100644 --- a/scripts/account.js +++ b/scripts/account.js @@ -46,6 +46,6 @@ function parseNumber(value, unitData) { return `${value} ${unitPrefix}${unit}` } else { - return value; + return `${value} ${unit}`; } } \ No newline at end of file