From 109b81bbbb0091b06945b4b13d3ff2d73fc7e7a7 Mon Sep 17 00:00:00 2001 From: ulferts Date: Tue, 8 Apr 2025 17:24:38 +0200 Subject: [PATCH] remove outdated comment --- app/components/projects/phase_definition_component.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/components/projects/phase_definition_component.rb b/app/components/projects/phase_definition_component.rb index 09e87404243..0f4cb9d72bc 100644 --- a/app/components/projects/phase_definition_component.rb +++ b/app/components/projects/phase_definition_component.rb @@ -31,10 +31,6 @@ module Projects class PhaseDefinitionComponent < ApplicationComponent include OpPrimer::ComponentHelpers - # TODO: This component is currently not in use! It should be a shared component - # between the Projects::Settings::LifeCycleSteps::StepComponent and the - # Settings::ProjectLifeCycleStepDefinitions::RowComponent. - # It should hold the icon, definition name and gate text information. def phase_text model.name end