From 9a9b9297efc2651fcb642031c2e64a5f0a7801b2 Mon Sep 17 00:00:00 2001 From: hatz Date: Tue, 20 May 2025 16:24:25 -0500 Subject: [PATCH] Remove middot --- app/views/pages/dashboard/_balance_sheet.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/pages/dashboard/_balance_sheet.html.erb b/app/views/pages/dashboard/_balance_sheet.html.erb index 46a90297..a73e6a03 100644 --- a/app/views/pages/dashboard/_balance_sheet.html.erb +++ b/app/views/pages/dashboard/_balance_sheet.html.erb @@ -38,7 +38,6 @@

<%= account_group.name %>

- ·

<%= number_to_percentage(account_group.weight, precision: 0) %>

<% end %>