diff --git a/.vscode/settings.json b/.vscode/settings.json index 1107045fb..95ff50e7d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ "editor.formatOnSave": false, "editor.inlineSuggest.enabled": true, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "files.eol": "\n", "eslint.enable": true, diff --git a/src/state/index.ts b/src/state/index.ts index 6b4c7a34d..53ebb1d4d 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -20,7 +20,7 @@ import transactions from './transactions/reducer' import user from './user/reducer' import wallets from './wallets/reducer' -const PERSISTED_KEYS: string[] = ['user', 'transactions', 'lists', 'registration'] +const PERSISTED_KEYS: string[] = ['user', 'transactions', 'registration'] const store = configureStore({ reducer: {