Remove unused _index iterator in admin partial (#36018)

This commit is contained in:
Matt Jankowski 2025-09-05 08:29:11 -04:00 committed by GitHub
parent de09e33c92
commit 350a802851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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