From c5a352cf4de67fe2f94f266e0964e851c9443851 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 12 May 2025 20:33:50 -0300 Subject: [PATCH] feat(networth): only display consolidated amounts if they're different from the total --- app/templates/net_worth/net_worth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index f028f67..6b4ef0e 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -46,7 +46,7 @@ color="grey"> {% endif %} - {% if currency.consolidated %} + {% if currency.consolidated and currency.consolidated.total_final != currency.total_final %}