about summary refs log tree commit diff
path: root/app/views/follower_accounts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/follower_accounts/index.html.haml')
-rw-r--r--app/views/follower_accounts/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/follower_accounts/index.html.haml b/app/views/follower_accounts/index.html.haml
index 645dd2de1..92de35a9f 100644
--- a/app/views/follower_accounts/index.html.haml
+++ b/app/views/follower_accounts/index.html.haml
@@ -7,7 +7,7 @@
 
 = render 'accounts/header', account: @account
 
-- if @account.user_hides_network?
+- if @account.hide_collections?
   .nothing-here= t('accounts.network_hidden')
 - elsif user_signed_in? && @account.blocking?(current_account)
   .nothing-here= t('accounts.unavailable')