lint fixes

This commit is contained in:
Sol
2020-07-27 15:01:49 +01:00
committed by Lachlan Kermode
parent e1d89777e8
commit 4294f22d69

View File

@@ -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)
}}
/>
<Timeline