about summary refs log tree commit diff
path: root/app/views/accounts/_follow_grid.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts/_follow_grid.html.haml')
-rw-r--r--app/views/accounts/_follow_grid.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/_follow_grid.html.haml b/app/views/accounts/_follow_grid.html.haml
index 10fbfa546..a6d0ee817 100644
--- a/app/views/accounts/_follow_grid.html.haml
+++ b/app/views/accounts/_follow_grid.html.haml
@@ -2,6 +2,6 @@
   - if accounts.empty?
     = render partial: 'accounts/nothing_here'
   - else
-    = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: true
+    = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: !user_signed_in?
 
 = paginate follows