1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00
This commit is contained in:
hatz 2025-05-15 20:41:08 -05:00
parent 4d589627e3
commit 24d467cdaa
No known key found for this signature in database

View file

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