mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
code refactor
This commit is contained in:
+1
-1
@@ -523,7 +523,7 @@ function getAllCurrencies(translateFn) {
|
||||
}
|
||||
|
||||
allCurrencies.push({
|
||||
code: currencyCode,
|
||||
currencyCode: currencyCode,
|
||||
displayName: getCurrencyName(currencyCode, translateFn)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user