Fix linter bug

pull/10616/head
Alex P 2018-06-06 16:41:22 -07:00
parent bcae582676
commit 5d192ae381
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class DatabaseListItem extends PureComponent<Props, State> {
public render() { public render() {
const {db} = this.props const {db} = this.props
const {searchTerm} = this.state
return ( return (
<div className={this.className} onClick={this.handleClick}> <div className={this.className} onClick={this.handleClick}>