Skip to content

Commit

Permalink
Pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Nov 1, 2016
1 parent dfc9b3e commit 57320a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const factory = (Chip, Input) => {
if (shouldClearQuery) {
this.setState({query: ''});
}

if (event.which === 13) {
let target = this.state.active;
if (!target) {
Expand Down

0 comments on commit 57320a0

Please sign in to comment.