From 14f505d56ef68c45fe6e197ac62f3c28d09c4453 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 17 May 2024 00:14:08 +0000 Subject: [PATCH] Remove TODO that is done --- app/views/_tailwind/applications/show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/_tailwind/applications/show.html.erb b/app/views/_tailwind/applications/show.html.erb index cc06f01bb..24a2e9e7b 100644 --- a/app/views/_tailwind/applications/show.html.erb +++ b/app/views/_tailwind/applications/show.html.erb @@ -140,7 +140,6 @@

Thanks, your comment has been sent to <%= comment.comment_recipient_full_name %> and posted below!

- <%# TODO: Use the new share method here %> <%= render Tailwind::ShareButton.new(url: comment_url(comment), color: :lavender) do %> Share your comment <% end %>