From 8f378062800332b87db2f432c7f636591dc313ef Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 19 Apr 2023 03:12:50 +0000 Subject: [PATCH] add units to non compact values --- scripts/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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