bug fixes

This commit is contained in:
Sol
2020-08-04 19:10:12 +01:00
parent 9ca0a8fddc
commit eec9c444a3

View File

@@ -36,11 +36,7 @@ class Dashboard extends React.Component {
this.getCategoryColor = this.getCategoryColor.bind(this)
this.findEventIdx = this.findEventIdx.bind(this)
this.onKeyDown = this.onKeyDown.bind(this)
<<<<<<< HEAD
=======
this.selectNarrativeStep = this.selectNarrativeStep.bind(this)
this.updateSearchQuery = this.updateSearchQuery.bind(this)
>>>>>>> 575b8f5... initial search bar feature added
}
componentDidMount () {