curse you abbreviated currency icons

This commit is contained in:
Index 2024-06-01 19:38:17 -05:00
parent 4577213ee9
commit 8258f2b892

View file

@ -205,6 +205,10 @@ export default {
Result = Result.toFixed(2);
}
if (IsIconAbbr) {
Icon = "$"
}
return {
result: Result,
display: Display,