feat(style): add delay to htmx indicator

This commit is contained in:
Herculino Trotta
2024-10-31 23:40:42 -03:00
parent edf07082e2
commit 26a6c72902
2 changed files with 11 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ from apps.net_worth.utils.calculate_net_worth import (
)
# Create your views here.
def net_worth_main(request):
currency_net_worth = calculate_currency_net_worth()
account_net_worth = calculate_account_net_worth()