Skip to content

Commit

Permalink
devop: fix hw wallet popup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jan 2, 2024
1 parent 7ba01a5 commit 26ed631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ const sendAction = async () => {
height: 600,
width: 460,
});
window.close();
} else {
router.push(routedRoute);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ const sendAction = async () => {
height: 600,
width: 460,
});
window.close();
} else {
router.push(routedRoute);
}
Expand Down

1 comment on commit 26ed631

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.