mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
code refactor
This commit is contained in:
@@ -144,7 +144,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
availableExchangeRates.sort(function(c1, c2){
|
||||
availableExchangeRates.sort(function(c1, c2) {
|
||||
return c1.currencyDisplayName.localeCompare(c2.currencyDisplayName);
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user