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 ddecd02 commit e3fc0a8Copy full SHA for e3fc0a8
apps/browser-extension-wallet/src/dapp-connector.tsx
@@ -32,7 +32,7 @@ const App = (): React.ReactElement => {
32
const oldModeValue = changes.BACKGROUND_STORAGE?.oldValue?.namiMigration;
33
const newModeValue = changes.BACKGROUND_STORAGE?.newValue?.namiMigration;
34
if (oldModeValue?.mode !== newModeValue?.mode) {
35
- setMode(newModeValue);
+ setMode(newModeValue.mode);
36
}
37
});
38
0 commit comments