Don't render if it's unstages

This commit is contained in:
Jason Zimdars
2025-03-31 15:16:52 -05:00
parent c73ed5de3b
commit d950c92fda
+1 -1
View File
@@ -1,5 +1,5 @@
<%= turbo_frame_tag dom_id(@bubble, :stage_picker) do %>
<% if @selected_workflow %>
<% if @selected_workflow && @bubble.stage.present? %>
<div class="card__stages flex flex-column max-width min-width pad-block">
<% @selected_workflow.stages.each do |stage| %>
<%= button_to_set_stage @bubble, stage %>