fix(demarche): estimated delay display for declarative en instruction
This commit is contained in:
parent
b1203faa69
commit
8f1818511a
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ class Procedure::EstimatedDelayComponent < ApplicationComponent
|
||||||
end
|
end
|
||||||
|
|
||||||
def render?
|
def render?
|
||||||
return false if @procedure.declarative?
|
return false if @procedure.declarative_accepte?
|
||||||
|
|
||||||
estimation_present?
|
estimation_present?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue