From cc2e2293ede2b07e6b55c781402a3c6c7fa86bfd Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 6 Jan 2025 00:09:18 -0300 Subject: [PATCH] fix(networth): chart initializing multiple times resulting in weird animation --- 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 b5c75da..c967e57 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -9,7 +9,7 @@ {% block title %}{% if type == "current" %}{% translate 'Current Net Worth' %}{% else %}{% translate 'Projected Net Worth' %}{% endif %}{% endblock %} {% block content %} -
+