Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Jan 26, 2017
1 parent 92bf008 commit 0a04025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/examples/SelectionsExample.react.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import {Checkbox} from 'react-bootstrap';

import {Typeahead} from '../../src/';
import options from '../../example/exampleData';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getHintText.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getHintText({
labelKey,
minLength,
selected,
text
text,
}) {
// Don't display a hint under the following conditions:
if (
Expand Down

0 comments on commit 0a04025

Please sign in to comment.