fixed line

This commit is contained in:
Roman Cervantes 2019-06-22 05:47:43 -07:00
parent 3299447667
commit e5346b4910

View file

@ -208,7 +208,7 @@ export default {
mounted() { mounted() {
this.localSettings = JSON.parse(JSON.stringify(this.settings)); this.localSettings = JSON.parse(JSON.stringify(this.settings));
this.language = this.localSettings && this.localSettings.language || 'en'; this.language = this.localSettings.language || 'en';
this.$store.dispatch('LOAD_RELEASES'); this.$store.dispatch('LOAD_RELEASES');
}, },