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 Dec 5, 2024
1 parent 1e0f2b5 commit 25b3c4a
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 25b3c4a

Please sign in to comment.