Merge pull request #341 from basecamp/fix-cache-2

Fix another caching issue
This commit is contained in:
Jorge Manrubia
2025-04-02 18:13:27 +02:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@
<% end %>
</div>
<%= turbo_frame_tag dom_id(bubble, :stage_picker), src: new_bucket_bubble_stage_picker_path(bubble.bucket, bubble) unless previewing_card? %>
<%= turbo_frame_tag dom_id(bubble, :stage_picker), src: new_bucket_bubble_stage_picker_path(bubble.bucket, bubble) unless (previewing_card? && bubble.popped?) %>
</div>
<footer class="card__footer full-width flex align-start gap">