Skip to content

Commit

Permalink
fix: confirm tx window not closing (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk authored Aug 8, 2023
1 parent 04a94a1 commit 17540d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/extension/src/Approvals/ApproveTx/ConfirmTx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const ConfirmTx: React.FC<Props> = ({ details }) => {
}

await requester.sendMessage(Ports.Background, new Msg(msgId, password));
setStatus(Status.Completed);
} catch (e) {
console.info(e);
setError(`${e}`);
Expand Down

0 comments on commit 17540d1

Please sign in to comment.