Skip to content

Commit f6e25e9

Browse files
committed
Remove comment
1 parent 3d677a3 commit f6e25e9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/timeline/Row.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,6 @@
524524
link => link.plan_id === plan?.id && !($derivationGroupVisibilityMap[link.derivation_group_name] ?? true),
525525
)
526526
.map(link => link.derivation_group_name);
527-
// TODO seeing a bug here where if you load a plan from url with derivation groups associated and an external event row
528-
// and then load a plan that doesn't have these and then go back to the first plan, the events don't show up / are filtered out for some reason...
529527
// Apply filter for hiding derivation groups
530528
let externalEventsFilteredByDG = externalEvents.filter(ee => {
531529
let derivationGroup =

0 commit comments

Comments
 (0)