mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
lint fixes
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user