currency symbol
This commit is contained in:
parent
700d2c8a23
commit
442f6ba4df
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ angular.module('copayApp.services').factory('currencySymbolService', function($l
|
|||
};
|
||||
|
||||
root.getCurrencySymbol = function(code) {
|
||||
if (!code)
|
||||
return false;
|
||||
if (!code) return false;
|
||||
|
||||
code = code.toUpperCase();
|
||||
|
||||
if (root.currencySymbols[code]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue