code refactor

This commit is contained in:
MaysWind
2023-04-21 22:20:11 +08:00
parent e178a0795a
commit a7ca394864
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export default {
});
}
availableExchangeRates.sort(function(c1, c2){
availableExchangeRates.sort(function(c1, c2) {
return c1.currencyDisplayName.localeCompare(c2.currencyDisplayName);
})