diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index d9128c486..b3011a64c 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -5,7 +5,6 @@ class NotificationsController < ApplicationController def index return unless user_signed_in? - @notifications_index = true @user = user_to_view @initial_page_size = 8