mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
timeline and map pass same representation for select
This commit is contained in:
@@ -44,7 +44,6 @@ class Dashboard extends React.Component {
|
||||
}
|
||||
|
||||
handleSelect(selected) {
|
||||
console.log(selected)
|
||||
if (selected) {
|
||||
let eventsToSelect = selected.map(event => this.getEventById(event.id));
|
||||
const parser = this.props.ui.tools.parser;
|
||||
|
||||
Reference in New Issue
Block a user