diff --git a/app/apps/yearly_overview/views.py b/app/apps/yearly_overview/views.py index 18e8166..e8a97f0 100644 --- a/app/apps/yearly_overview/views.py +++ b/app/apps/yearly_overview/views.py @@ -89,7 +89,6 @@ def yearly_overview_by_currency(request, year: int): "year": year, "totals": data, "percentages": percentages, - "single": True if currency else False, }, ) @@ -159,6 +158,5 @@ def yearly_overview_by_account(request, year: int): "year": year, "totals": data, "percentages": percentages, - "single": True if account else False, }, )