diff --git a/resources/utils.js b/resources/utils.js index 3f3ce85..061c6c4 100644 --- a/resources/utils.js +++ b/resources/utils.js @@ -205,6 +205,10 @@ export default { Result = Result.toFixed(2); } + if (IsIconAbbr) { + Icon = "$" + } + return { result: Result, display: Display,