diff --git a/app/views/admin/poll/polls/_officers.html.erb b/app/views/admin/poll/polls/_officers.html.erb index 7acb7568b..1ef6f32cc 100644 --- a/app/views/admin/poll/polls/_officers.html.erb +++ b/app/views/admin/poll/polls/_officers.html.erb @@ -12,7 +12,7 @@ <%= t("admin.actions.actions") %> - <% @poll.officers.each do |officer| %> + <% @poll.officers.uniq.each do |officer| %>