fix(editor): remove extra end

This commit is contained in:
simon lehericey 2022-10-25 11:56:26 +02:00 committed by LeSim
parent 3c8c800683
commit baefd83f31

View file

@ -11,6 +11,5 @@
- if rendered.present?
= turbo_stream.morph dom_id(@tdc.stable_self, :conditions) do
- rendered
end
- else
= turbo_stream.remove dom_id(@tdc.stable_self, :conditions)