Skip to content

Commit

Permalink
lint fix for index erb file
Browse files Browse the repository at this point in the history
adjusted index file to fix linting issue and also adjusted service file for small rubocop fix.
  • Loading branch information
rae-stanton committed May 26, 2023
1 parent 8f09380 commit fb56ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/services/placement_export_csv_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def perform
csv << full_data.keys.map(&:to_s).map(&:titleize)
if placements.present?
placements.decorate.each do |placement|
csv << full_data(placements).values
csv << full_data(placement).values
end
end
end
Expand Down
4 changes: 1 addition & 3 deletions app/views/reports/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@
</li>
</ul>
</div>
</ul>
</div>

</div>

<div class="col-lg-12">
<div class="card-style mb-30">
Expand Down

0 comments on commit fb56ced

Please sign in to comment.