Browse Source

Fix admin UI view of local followers (#9712)

Regression from #9700
Eugen Rochko 5 years ago
parent
commit
c39c112ced
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/admin/followers/index.html.haml

+ 1 - 1
app/views/admin/followers/index.html.haml

@@ -23,6 +23,6 @@
         %th= t('admin.accounts.most_recent_activity')
         %th
     %tbody
-      = render partial: 'admin/accounts/account', collection: @followers.map(&:account)
+      = render partial: 'admin/accounts/account', collection: @followers
 
 = paginate @followers