mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 18:20:15 +02:00
eslint fixes
This commit is contained in:
@@ -165,7 +165,6 @@ export default class SavedItemPane extends Component {
|
||||
|
||||
searchInputHandler(e) {
|
||||
const text = e.target.value;
|
||||
let el;
|
||||
if (!text) {
|
||||
this.setState({
|
||||
filteredItems: this.items
|
||||
|
Reference in New Issue
Block a user