1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 06:55:21 +02:00

Move to 3 decimal place precision for loans

This commit is contained in:
hatz 2025-05-15 19:20:22 -05:00
parent 9155e737b2
commit 09623619c8
No known key found for this signature in database

View file

@ -11,7 +11,7 @@
<%= summary_card title: t(".interest_rate") do %>
<% if account.loan.interest_rate.present? %>
<%= number_to_percentage(account.loan.interest_rate, precision: 2) %>
<%= number_to_percentage(account.loan.interest_rate, precision: 3) %>
<% else %>
<%= t(".unknown") %>
<% end %>