diff --git a/app/views/cards/display/_preview.html.erb b/app/views/cards/display/_preview.html.erb index e0c67a9e0..b622bae69 100644 --- a/app/views/cards/display/_preview.html.erb +++ b/app/views/cards/display/_preview.html.erb @@ -7,7 +7,7 @@ <%= render "cards/display/preview/collection", card: card %> <%= render "cards/display/preview/tags", card: card %> - <% if card.staged? %> + <% if card.staged? && card.doing? %> <%= card.stage.name %>