From 149babd361feada0f8bfc6e09a70b4246f6b693f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 15 Aug 2025 13:12:22 -0400 Subject: [PATCH] Fix profile activity feed pagination to fetch on demand Literally the same fix I applied in a5655041 to the global activity feed. --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 5e60d6f9d..99a977965 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -58,5 +58,5 @@
<%= render "events/day", day_timeline: @day_timeline %> - <%= event_next_page_link(@day_timeline.next_day) %>
+<%= event_next_page_link(@day_timeline.next_day) %>