Skip to content

Commit

Permalink
Merge pull request #26897 from brave/fix-wallet-dismiss-transactions-…
Browse files Browse the repository at this point in the history
…partner-modal-on-first-click

fix(wallet): Dismiss Transactions Partner Modal on First Click
  • Loading branch information
Douglashdaniel authored Dec 6, 2024
2 parents 7469e4b + 16574ec commit 9d5f1ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const UnlockedWalletRoutes = ({
setModalOpen(false)
setShouldBlock(false)
if (nextLocation) {
history.block(() => {})
history.push(nextLocation.pathname)
}
}
Expand Down

0 comments on commit 9d5f1ff

Please sign in to comment.