From 0a0402596acb4aca5bd916d8636ffe7c9e77778c Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Thu, 26 Jan 2017 13:51:40 -0800 Subject: [PATCH] Fix lint errors --- example/examples/SelectionsExample.react.js | 1 - src/utils/getHintText.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example/examples/SelectionsExample.react.js b/example/examples/SelectionsExample.react.js index c2185cf9..016bedc9 100644 --- a/example/examples/SelectionsExample.react.js +++ b/example/examples/SelectionsExample.react.js @@ -1,5 +1,4 @@ import React from 'react'; -import {Checkbox} from 'react-bootstrap'; import {Typeahead} from '../../src/'; import options from '../../example/exampleData'; diff --git a/src/utils/getHintText.js b/src/utils/getHintText.js index e3b2062c..889630a0 100644 --- a/src/utils/getHintText.js +++ b/src/utils/getHintText.js @@ -7,7 +7,7 @@ function getHintText({ labelKey, minLength, selected, - text + text, }) { // Don't display a hint under the following conditions: if (