code refactor

This commit is contained in:
MaysWind
2021-04-05 22:27:08 +08:00
parent d43e7fa542
commit 5da71ff4ff
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ export default {
},
computed: {
defaultCurrency() {
return this.$store.getters.currentUserDefaultCurrency || this.$t('default.currency');
return this.$store.getters.currentUserDefaultCurrency;
},
firstDayOfWeek() {
if (this.$utilities.isNumber(this.$store.getters.currentUserFirstDayOfWeek)) {