diff --git a/app/components/procedure/estimated_delay_component.rb b/app/components/procedure/estimated_delay_component.rb index 7a3329e15..aa42cc64a 100644 --- a/app/components/procedure/estimated_delay_component.rb +++ b/app/components/procedure/estimated_delay_component.rb @@ -11,7 +11,8 @@ class Procedure::EstimatedDelayComponent < ApplicationComponent end def render? - return false if @procedure.declarative? + return false if @procedure.declarative_accepte? + estimation_present? end