mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
move select to methods arg in timeline
This commit is contained in:
@@ -24,7 +24,6 @@ class Timeline extends React.Component {
|
||||
timerange: this.props.timerange,
|
||||
selected: this.props.selected,
|
||||
language: this.props.language,
|
||||
select: this.props.select,
|
||||
}
|
||||
const ui = {
|
||||
tools: this.props.tools,
|
||||
@@ -32,6 +31,7 @@ class Timeline extends React.Component {
|
||||
}
|
||||
|
||||
const methods = {
|
||||
select: this.props.select,
|
||||
filter: this.props.filter,
|
||||
getCategoryColor: this.props.getCategoryColor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user