diff --git a/app/views/moments/show.html.erb b/app/views/moments/show.html.erb index 22fb1edc5e..dd5524a147 100644 --- a/app/views/moments/show.html.erb +++ b/app/views/moments/show.html.erb @@ -47,7 +47,7 @@
<%= label_tag "What resources could help?" %>
<% end %> - <% if @moment.owned_by?(current_user) && @moment.shared? %>
<%= react_component('Form', props: secret_share_props(@moment)) %>