fix(demarche): estimated delay display for declarative en instruction

This commit is contained in:
Colin Darie 2024-02-08 12:47:58 +01:00
parent b1203faa69
commit 8f1818511a
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -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