mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
lint fixes
This commit is contained in:
@@ -262,7 +262,7 @@ class Dashboard extends React.Component {
|
|||||||
methods={{
|
methods={{
|
||||||
onSelectNarrative: this.setNarrative,
|
onSelectNarrative: this.setNarrative,
|
||||||
getCategoryColor: this.getCategoryColor,
|
getCategoryColor: this.getCategoryColor,
|
||||||
onSelect: (app.narrative ? this.selectNarrativeStep : (ev => this.handleSelect(ev, 1)))
|
onSelect: app.narrative ? this.selectNarrativeStep : (ev => this.handleSelect(ev, 1))
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Timeline
|
<Timeline
|
||||||
|
|||||||
Reference in New Issue
Block a user