aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/SettingsStore.js')
-rw-r--r--src/stores/SettingsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index d8519c609..9270a6481 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -68,7 +68,7 @@ export default class SettingsStore extends Store {
68 68
69 // Helper 69 // Helper
70 _migrate() { 70 _migrate() {
71 const legacySettings = localStorage.getItem('app'); 71 const legacySettings = localStorage.getItem('app') || {};
72 72
73 if (!this.all.migration['5.0.0-beta.17-settings']) { 73 if (!this.all.migration['5.0.0-beta.17-settings']) {
74 this.actions.settings.update({ 74 this.actions.settings.update({