Skip to content

Commit 72046df

Browse files
committed
snap fix - snap-account-transfers
1 parent 576b3ad commit 72046df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/pages/routes/confirmation-handler.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ export const ConfirmationHandler = () => {
7979
(approval) =>
8080
approval.type === 'wallet_installSnap' ||
8181
approval.type === 'wallet_updateSnap' ||
82-
approval.type === 'wallet_installSnapResult',
82+
approval.type === 'wallet_installSnapResult' ||
83+
approval.type === 'snap_manageAccounts:showSnapAccountRedirect' ||
84+
approval.type === 'snap_manageAccounts:confirmAccountCreation' ||
85+
approval.type === 'snap_manageAccounts:confirmAccountRemoval' ||
86+
approval.type === 'snap_manageAccounts:showNameSnapAccount',
8387
);
8488

8589
// Ported from home.component - componentDidMount/componentDidUpdate

0 commit comments

Comments
 (0)