Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/visualizations/VisTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ export default {
return;
} else if (properties.items.length == 1) {
const event = this.chartData[properties.items[0]][6];
const groupId = this.items[properties.items[0]].group;
const bucketId = _.find(this.groups, g => g.id == groupId).content;
const bucketId = this.items[properties.items[0]].group;

// We retrieve the full event to ensure if's not cut-off by the query range
// See: https://github.com/ActivityWatch/aw-webui/pull/320#issuecomment-1056921587
Expand Down
Loading