Skip to content

Commit

Permalink
fix activities not loading (#4861)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert authored and thelostone-mc committed Jul 24, 2019
1 parent b51e573 commit b8c516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ def profile(request, handle):
if page:
page = int(page)
activity_type = request.GET.get('a', '')
all_activities = profile.get_various_activities(network)
all_activities = profile.get_various_activities()
paginator = Paginator(profile_filter_activities(all_activities, activity_type, activity_tabs), 10)

if page > paginator.num_pages:
Expand Down

0 comments on commit b8c516b

Please sign in to comment.