From eec9c444a3753e976a5760af2a7ad5d80d7fea9f Mon Sep 17 00:00:00 2001 From: Sol Date: Tue, 4 Aug 2020 19:10:12 +0100 Subject: [PATCH] bug fixes --- src/components/Layout.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index 4a1eaaa..01938ca 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -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 () {