Skip to content

Commit

Permalink
Remove needless font size block
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Nov 7, 2024
1 parent c24f68d commit 3dfb5ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/models/daily_packet/pdf_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ def draw_chore_list_page

move_down 20

font_size(20) do
daily_packet.chore_list.each do |chore|
text chore, size: 14
end
daily_packet.chore_list.each do |chore|
text chore, size: 14
end
end
end

0 comments on commit 3dfb5ba

Please sign in to comment.