mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-09 22:32:50 +02:00
refactor: remove single
This commit is contained in:
@@ -89,7 +89,6 @@ def yearly_overview_by_currency(request, year: int):
|
|||||||
"year": year,
|
"year": year,
|
||||||
"totals": data,
|
"totals": data,
|
||||||
"percentages": percentages,
|
"percentages": percentages,
|
||||||
"single": True if currency else False,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -159,6 +158,5 @@ def yearly_overview_by_account(request, year: int):
|
|||||||
"year": year,
|
"year": year,
|
||||||
"totals": data,
|
"totals": data,
|
||||||
"percentages": percentages,
|
"percentages": percentages,
|
||||||
"single": True if account else False,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user