diff --git a/app/controllers/cards/comments/reactions_controller.rb b/app/controllers/cards/comments/reactions_controller.rb index a23d4c068..218093553 100644 --- a/app/controllers/cards/comments/reactions_controller.rb +++ b/app/controllers/cards/comments/reactions_controller.rb @@ -4,7 +4,6 @@ class Cards::Comments::ReactionsController < ApplicationController before_action :set_comment def index - @reactions = @comment.reactions.includes(:reacter).ordered end def new