catch mystery missing profile comment and skip

This commit is contained in:
Kyle Drake 2025-06-14 16:16:53 -05:00
parent 375cffb6fd
commit c43b68005a

View file

@ -1,3 +1,4 @@
<% if profile_comment %>
<% actioning_site = profile_comment.actioning_site_dataset.select(:id, :username, :stripe_customer_id, :plan_type, :parent_site_id).first %>
<% site = profile_comment.site_dataset.select(:id, :username, :stripe_customer_id, :plan_type, :parent_site_id).first %>
@ -22,3 +23,4 @@
</span>
</div>
<div class="content"><%== sanitize_comment profile_comment.message %></div>
<% end %>