code refactor

This commit is contained in:
MaysWind
2024-08-03 19:24:59 +08:00
parent f2c0ffab99
commit 816d0e7ceb
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ function getAllCurrencies(translateFn) {
}
allCurrencies.push({
code: currencyCode,
currencyCode: currencyCode,
displayName: getCurrencyName(currencyCode, translateFn)
});
}