From 4c23b7506691dbb2bf2a919009bc2075b9bbb388 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 15 Dec 2024 01:33:53 -0300 Subject: [PATCH] fix(networth): projected currency totals not displayed correctly --- app/templates/net_worth/net_worth.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index f047a25..3d624b2 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -34,19 +34,19 @@
- {% if currency.exchanged and currency.exchanged.total_current %} + {% if currency.exchanged and currency.exchanged.total_final %}