diff --git a/app/views/debates/_votes.html.erb b/app/views/debates/_votes.html.erb index e8aaf7d26..c5704b34a 100644 --- a/app/views/debates/_votes.html.erb +++ b/app/views/debates/_votes.html.erb @@ -27,7 +27,7 @@ <%= t("votes.organizations") %>
- <% elsif user_signed_in? && current_user.unverified? && !debate.votable_by?(current_user)%> + <% elsif user_signed_in? && !debate.votable_by?(current_user)%>