No need for an array when there is only one dependency

This commit is contained in:
David Heinemeier Hansson
2025-04-07 13:23:14 +02:00
parent 04ea788028
commit 84c0ec8a35
+1 -1
View File
@@ -1,4 +1,4 @@
<% cache [bubble] do %>
<% cache bubble do %>
<article class="card shadow border flex flex-column position-relative txt-align-start full-width border-radius"
style="--bubble-color: <%= bubble.color %>; view-transition-name: <%= dom_id(bubble, :ticket) %>;"
id="<%= dom_id(bubble, :ticket) %>">