diff --git a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php index f4212c38b3..847eaa6328 100644 --- a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php +++ b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php @@ -187,8 +187,6 @@ final class HarbormasterPlanViewController extends HarbormasterPlanController { if ($is_deadlocking) { $item->setStatusIcon('fa-warning red'); } - - $step_list->addItem($item); } $step_list->setFlush(true);