We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aabb6 commit d1e39baCopy full SHA for d1e39ba
app/scripts/migrations/122.ts
@@ -46,10 +46,10 @@ function transformState(state: Record<string, any>) {
46
}
47
48
if (
49
- state.PreferencesController.preferences
50
- .redesignedConfirmationsEnabled === false ||
51
52
- .redesignedConfirmationsEnabled === undefined
+ state.PreferencesController.preferences.redesignedConfirmationsEnabled ===
+ false ||
+ undefined
53
) {
54
state.PreferencesController.preferences.redesignedConfirmationsEnabled =
55
true;
0 commit comments