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

@@ -258,7 +258,6 @@ export default function(app, ui, methods) {
const category = eventPoint.category;
return events
.filter(event => (event.timestamp === timestamp && category === event.category))
.map(event => event.id);
}
/*