diff --git a/app/views/admin/followers/index.html.haml b/app/views/admin/followers/index.html.haml
index 31b321bac6..25f1f290f4 100644
--- a/app/views/admin/followers/index.html.haml
+++ b/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