mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Lint
This commit is contained in:
parent
21875d1dd3
commit
6704aab16c
@ -64,7 +64,7 @@ export default class EnsInput extends Component {
|
||||
} = this.props
|
||||
|
||||
// Set the value of our input based on QR code provided by parent
|
||||
if (input !== value && prevProps.value != value) {
|
||||
if (input !== value && prevProps.value !== value) {
|
||||
this.setState({ input: value })
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user