diff --git a/app/views/user/_profile.html.haml b/app/views/user/_profile.html.haml index 705d85a9..bd40d9f4 100644 --- a/app/views/user/_profile.html.haml +++ b/app/views/user/_profile.html.haml @@ -37,5 +37,5 @@ .profile__location %i.fa.fa-fw.fa-location-arrow = user.profile.location - - unless user.banned? + - unless user.banned? && !current_user&.mod? = render "user/actions", user: user, type: :follower