diff --git a/app/views/bubbles/cards/_preview.html.erb b/app/views/bubbles/cards/_preview.html.erb
index 81be17e9c..3a5bb6671 100644
--- a/app/views/bubbles/cards/_preview.html.erb
+++ b/app/views/bubbles/cards/_preview.html.erb
@@ -17,6 +17,8 @@
<%= bubble_title(bubble) %>
<% end %>
+
+ <%= render "bubbles/stage_pickers/stages", workflow: bubble.bucket.workflow, bubble: bubble %>