New: Clear all history from History page

This commit is contained in:
Qstick
2021-04-22 23:43:58 -04:00
parent aa6bda7226
commit eb328d7c22
10 changed files with 98 additions and 17 deletions

View File

@@ -51,8 +51,6 @@ class HistoryRow extends Component {
});
}
console.log(categories);
this.props.onSearchPress(data.query, indexer.id, categories);
}