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