From cfcca54aa6d77b8db0ffcbd37a62292e1ad88986 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 12 May 2025 20:29:43 -0300 Subject: [PATCH] fix(networth): consolidated color doesn't reflect consolidated amount --- 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 fb9a5a5..f028f67 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -57,7 +57,7 @@ :prefix="currency.consolidated.currency.prefix" :suffix="currency.consolidated.currency.suffix" :decimal_places="currency.consolidated.currency.decimal_places" - color="{% if currency.total_final > 0 %}green{% elif currency.total_final < 0 %}red{% endif %}" + color="{% if currency.consolidated.total_final > 0 %}green{% elif currency.consolidated.total_final < 0 %}red{% endif %}" text-end>