Skip to content

Commit

Permalink
Removed Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperfurniss committed Oct 22, 2024
1 parent afaf2d8 commit 3a14d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook/app/pb_kits/playbook/pb_currency/currency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def whole_value
if comma_separator
number_with_delimiter(value.gsub(",", ""))
else
value # Keep original formatting if comma_separator is false
value
end
end

Expand Down Expand Up @@ -153,7 +153,7 @@ def formatted_amount
if comma_separator
number_with_delimiter(amount.gsub(",", ""))
else
amount # Keep original formatting if comma_separator is false
amount
end
else
whole_value
Expand Down

0 comments on commit 3a14d9f

Please sign in to comment.