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 4fb546e commit 7303129Copy full SHA for 7303129
apps/browser-extension-wallet/src/lib/scripts/background/cip30.ts
@@ -79,7 +79,7 @@ export const confirmationCallback: walletCip30.CallbackConfirmation = {
79
async (args) => {
80
try {
81
const { namiMigration } = await getBackgroundStorage();
82
- if (namiMigration.mode === 'nami') {
+ if (namiMigration?.mode === 'nami') {
83
// User has to explicitly set collateral from the popup UI
84
return [];
85
}
0 commit comments