diff --git a/src/components/Layout.js b/src/components/Layout.js index da80426..5adce95 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -262,7 +262,7 @@ class Dashboard extends React.Component { methods={{ onSelectNarrative: this.setNarrative, getCategoryColor: this.getCategoryColor, - onSelect: (app.narrative ? this.selectNarrativeStep : (ev => this.handleSelect(ev, 1))) + onSelect: app.narrative ? this.selectNarrativeStep : (ev => this.handleSelect(ev, 1)) }} />