From 8aeda8e163dddc6f3c48e2a51e203026b415756a Mon Sep 17 00:00:00 2001 From: Zee <50284+zspencer@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:14:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Whoops!=20Extra=20"=3D"=20(#1761?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whoops! Extra "=" --- app/components/card_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/card_component.html.erb b/app/components/card_component.html.erb index 4223a501f..9098fecfa 100644 --- a/app/components/card_component.html.erb +++ b/app/components/card_component.html.erb @@ -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? %> -
"> +
> <%= content %>
<% end %>