lint fixes

This commit is contained in:
Sol
2020-08-04 19:31:50 +01:00
committed by Sol Abrahams
parent 9d846c5c4c
commit 1f4f307f0d
3 changed files with 80 additions and 80 deletions

View File

@@ -243,7 +243,7 @@ class Dashboard extends React.Component {
}
updateSearchQuery (e) {
let queryString = e.target.value;
let queryString = e.target.value
this.props.actions.updateSearchQuery(queryString)
}
render () {