From 6704aab16cba77f9efd21f2e8559515906683253 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Wed, 21 Oct 2020 13:22:00 -0500 Subject: [PATCH] Lint --- .../send/send-content/add-recipient/ens-input.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/pages/send/send-content/add-recipient/ens-input.component.js b/ui/app/pages/send/send-content/add-recipient/ens-input.component.js index 1af36fca6..f6fdef0e6 100644 --- a/ui/app/pages/send/send-content/add-recipient/ens-input.component.js +++ b/ui/app/pages/send/send-content/add-recipient/ens-input.component.js @@ -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 }) }