Skip to content

Commit

Permalink
style(2_bugs): ERB lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmatthewsdev committed Jan 12, 2024
1 parent 93ac479 commit 5326061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/schedules/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</div>

<div class='col-2'>
<%= form.select :destination_id,
<%= form.select :destination_id,
options_from_collection_for_select(
@destinations, 'id', 'name', @schedule.destination&.id
), {},
Expand Down

0 comments on commit 5326061

Please sign in to comment.