mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
fixed line
This commit is contained in:
parent
3299447667
commit
e5346b4910
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export default {
|
|||
|
||||
mounted() {
|
||||
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');
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue