diff --git a/app/views/admin/privileged_reactions/index.html.erb b/app/views/admin/privileged_reactions/index.html.erb index 5a78fd669..db395d9f1 100644 --- a/app/views/admin/privileged_reactions/index.html.erb +++ b/app/views/admin/privileged_reactions/index.html.erb @@ -30,7 +30,7 @@ - <% @privileged_reactions.each do |reaction| %> + <% @privileged_reactions.select(&:reactable).each do |reaction| %> <%= reaction.id %> <%= link_to reaction.user.username, admin_user_path(reaction.user_id) %>