code refactor
This commit is contained in:
@@ -347,7 +347,7 @@ export default {
|
||||
}
|
||||
},
|
||||
defaultCurrency() {
|
||||
return this.$store.getters.currentUserDefaultCurrency || this.$t('default.currency');
|
||||
return this.$store.getters.currentUserDefaultCurrency;
|
||||
},
|
||||
defaultTimezoneOffset() {
|
||||
return this.$locale.defaultTimezoneOffset;
|
||||
|
||||
@@ -528,7 +528,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
return this.$store.getters.currentUserDefaultCurrency || this.$t('default.currency');
|
||||
return this.$store.getters.currentUserDefaultCurrency;
|
||||
},
|
||||
currentTimezoneOffsetMinutes() {
|
||||
return this.$utilities.getTimezoneOffsetMinutes();
|
||||
|
||||
Reference in New Issue
Block a user