curse you abbreviated currency icons
This commit is contained in:
parent
4577213ee9
commit
8258f2b892
1 changed files with 4 additions and 0 deletions
|
|
@ -205,6 +205,10 @@ export default {
|
||||||
Result = Result.toFixed(2);
|
Result = Result.toFixed(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (IsIconAbbr) {
|
||||||
|
Icon = "$"
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
result: Result,
|
result: Result,
|
||||||
display: Display,
|
display: Display,
|
||||||
|
|
|
||||||
Reference in a new issue