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
|
||||
|
||||
def render?
|
||||
return false if @procedure.declarative?
|
||||
estimation_present?
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue