diff --git a/src/components/timeline-core.ts b/src/components/timeline-core.ts index 4aee4deb..dadc0b3e 100644 --- a/src/components/timeline-core.ts +++ b/src/components/timeline-core.ts @@ -675,9 +675,6 @@ export class FrigateCardTimelineCore extends LitElement { byUser: boolean; event: Event & { additionalEvent: string }; }): Promise { - if (!properties.byUser) { - return; - } this._removeTargetBar(); if (!this._timeline || !this.view) {