Fix linter bug
parent
bcae582676
commit
5d192ae381
|
@ -48,7 +48,6 @@ class DatabaseListItem extends PureComponent<Props, State> {
|
|||
|
||||
public render() {
|
||||
const {db} = this.props
|
||||
const {searchTerm} = this.state
|
||||
|
||||
return (
|
||||
<div className={this.className} onClick={this.handleClick}>
|
||||
|
|
Loading…
Reference in New Issue