Skip to content

Commit

Permalink
fix from having all ask filters enabled at once (#6701)
Browse files Browse the repository at this point in the history
  • Loading branch information
androolloyd authored May 22, 2020
1 parent 6d11433 commit a5e0a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2846,8 +2846,7 @@ def profile(request, handle, tab=None):
if request.user.is_authenticated and not context['is_my_org']:
ProfileView.objects.create(target=profile, viewer=request.user.profile)
try:

what = f'tribe:{profile.handle}'
context['tags'] = get_tags(request)
network = get_default_network()
orgs_bounties = profile.get_orgs_bounties(network=network)
context['count_bounties_on_repo'] = orgs_bounties.count()
Expand Down

0 comments on commit a5e0a9c

Please sign in to comment.