Skip to content

Commit

Permalink
🧹 Whoops! Extra "=" (#1761)
Browse files Browse the repository at this point in the history
Whoops! Extra "="
  • Loading branch information
zspencer authored Aug 15, 2023
1 parent cd13f71 commit 8aeda8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/card_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NOTE: content? is not always working as described, and is returning a proc in some cases rather than a boolean
%>
<% if content.present? %>
<div <%== attributes(classes: card_classes_content) %>">
<div <%== attributes(classes: card_classes_content) %>>
<%= content %>
</div>
<% end %>
Expand Down

0 comments on commit 8aeda8e

Please sign in to comment.