timeline and map pass same representation for select

This commit is contained in:
Lachlan Kermode
2018-12-04 12:06:04 +00:00
parent 143fb6df92
commit e5affccb8a
2 changed files with 0 additions and 2 deletions

View File

@@ -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;