diff --git a/app/views/debates/_votes.html.erb b/app/views/debates/_votes.html.erb index 5ce64d784..89d9313a1 100644 --- a/app/views/debates/_votes.html.erb +++ b/app/views/debates/_votes.html.erb @@ -21,7 +21,7 @@ <%= t("debates.debate.votes", count: debate.total_votes) %> - <% if user_signed_in? && current_user.unverified? %> + <% if user_signed_in? && current_user.unverified? && !debate.votable_by?(current_user)%>