diff --git a/src/app/SearchField.js b/src/app/SearchField.js index 9fb5a01..19f3516 100644 --- a/src/app/SearchField.js +++ b/src/app/SearchField.js @@ -43,7 +43,6 @@ export default class SearchField extends Component { { if (event.key == 'Enter') this.checkIsPawned.call() }} onChange={(event) => this.setState({ isPawnedEmail: event.target.value })} required onFocus={this.onFocus} onBlur={this.onBlur} />