Remove unused _index iterator in admin partial

This commit is contained in:
Matt Jankowski 2025-09-04 08:36:20 -04:00
parent 42be0ca0eb
commit 6eae92b2a9

View File

@ -1,7 +1,7 @@
- if status.with_poll?
.poll
%ul
- status.preloadable_poll.options.each_with_index do |option, _index|
- status.preloadable_poll.options.each do |option|
%li
%label.poll__option.disabled<>
- if status.preloadable_poll.multiple?