Removing unused instance variable (#16826)

```shell
❯ rg "@notifications_index"
```

The above shell command exits status code 1, which means there are no
results found.

This relates to exploratory work for forem/forem#16821
This commit is contained in:
Jeremy Friesen 2022-03-08 13:59:08 -05:00 committed by GitHub
parent 9ebc039baa
commit 4db3e38174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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