Skip to content

Commit

Permalink
Fixed dulipcate in send.js file and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Oct 17, 2024
1 parent f4acf4c commit 0e45523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [12.5.0]

## [12.4.2]
### Fixed
- Fix a problem where certain name lookup Snaps would not be triggered ([#27880](https://github.com/MetaMask/metamask-extension/pull/27880))
Expand Down Expand Up @@ -5150,8 +5151,7 @@ Update styles and spacing on the critical error page ([#20350](https://github.c


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.5.0...HEAD
[12.5.0]: https://github.com/MetaMask/metamask-extension/compare/v12.4.1...v12.5.0
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.4.2...HEAD
[12.5.0]: https://github.com/MetaMask/metamask-extension/compare/v12.4.2...v12.5.0
[12.4.2]: https://github.com/MetaMask/metamask-extension/compare/v12.4.1...v12.4.2
[12.4.1]: https://github.com/MetaMask/metamask-extension/compare/v12.4.0...v12.4.1
[12.4.0]: https://github.com/MetaMask/metamask-extension/compare/v12.3.1...v12.4.0
Expand Down
1 change: 0 additions & 1 deletion ui/ducks/send/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ import {
import { resetDomainResolution } from '../domains';
import {
isBurnAddress,
isPossibleAddress,
isValidHexAddress,
isPossibleAddress,
toChecksumHexAddress,
Expand Down

0 comments on commit 0e45523

Please sign in to comment.