dont display estimated delay for declarative procedure
This commit is contained in:
parent
c37d2e3665
commit
52b334e48b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Procedure::EstimatedDelayComponent < ApplicationComponent
|
||||||
end
|
end
|
||||||
|
|
||||||
def render?
|
def render?
|
||||||
|
return false if @procedure.declarative?
|
||||||
estimation_present?
|
estimation_present?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue