Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jan 7, 2021
1 parent bfba4a2 commit 02718dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { defaultStyle } from './utils'

import { getSubstringIndex, keys, omit, getSuggestionHtmlId } from './utils'
import { getSubstringIndex, keys, omit } from './utils'

class Suggestion extends Component {
static propTypes = {
Expand Down
3 changes: 1 addition & 2 deletions src/SuggestionsOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import { inline } from 'substyle'
import { defaultStyle } from './utils'

import { countSuggestions, getSuggestionHtmlId } from './utils'
import { getSuggestionHtmlId } from './utils'
import Suggestion from './Suggestion'
import LoadingIndicator from './LoadingIndicator'

Expand Down Expand Up @@ -69,7 +69,6 @@ class SuggestionsOverlay extends Component {
render() {
const {
id,
suggestions,
a11ySuggestionsListLabel,
isOpened,
style,
Expand Down

1 comment on commit 02718dc

@vercel
Copy link

@vercel vercel bot commented on 02718dc Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.