Skip to content

Commit

Permalink
fix: linting (hitobito_jubla#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Oct 10, 2024
1 parent 3bb647d commit 578cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/jubla/export/pdf/participation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def render_people_managers
move_down_line
text PeopleManager.model_name.human(count: person.people_managers.count), style: :bold
person.people_managers&.each do |manager|
text "#{manager.manager}: #{[manager.email, manager.phone_number&.number].compact_blank.join(', ')}"
text "#{manager.manager}: #{[manager.email, manager.phone_number&.number].compact_blank.join(", ")}"
end
end
end
Expand Down

0 comments on commit 578cf46

Please sign in to comment.