Fix linter bug
parent
bcae582676
commit
5d192ae381
|
@ -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}>
|
||||||
|
|
Loading…
Reference in New Issue