diff --git a/app/views/accounts/show.html.erb b/app/views/accounts/show.html.erb index b80a0581..d9041766 100644 --- a/app/views/accounts/show.html.erb +++ b/app/views/accounts/show.html.erb @@ -68,7 +68,7 @@ <%= render "tooltip", account: @account if @account.investment? %> - <%= tag.p format_money(@account.value, precision: 0), class: "text-gray-900 text-3xl font-medium" %> + <%= tag.p format_money(@account.value), class: "text-gray-900 text-3xl font-medium" %>