Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imx-mikhala committed May 9, 2024
1 parent 10866d1 commit c22fe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/confirmation/confirmation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default class ConfirmationScreen {
showConfirmationScreen(href: string, messageHandler: MessageHandler, resolve: Function) {
// If popup blocked, the confirmation window will not exist
if (this.confirmationWindow) {
this.confirmationWindow.location.href = href; // update confirmation window before calling close on old window
this.confirmationWindow.location.href = href;
}

// This indicates the user closed the overlay so the transaction should be rejected
Expand Down

0 comments on commit c22fe86

Please sign in to comment.