diff --git a/lib/oli_web/components/delivery/learning_objectives/learning_objectives.ex b/lib/oli_web/components/delivery/learning_objectives/learning_objectives.ex index 056c9d39ec9..6feb35ca2d3 100644 --- a/lib/oli_web/components/delivery/learning_objectives/learning_objectives.ex +++ b/lib/oli_web/components/delivery/learning_objectives/learning_objectives.ex @@ -560,9 +560,7 @@ defmodule OliWeb.Components.Delivery.LearningObjectives do end defp apply_filters(objectives, params, :instructor_dashboard) do - # Only show top-level objectives on initial table objectives - |> Enum.filter(fn o -> o.resource_id == o.objective_resource_id end) |> do_apply_filters(params) end