feat: added the number of returns left to manage

This commit is contained in:
alzalia1 2025-08-20 14:28:38 +02:00
parent 8188fc61c9
commit 0d1b5ce68e

View file

@ -35,7 +35,10 @@ class _BalEndedScreenState extends State<BalEndedScreen>
controller: tabController,
tabs: [
Tab(text: "Statistiques"),
Tab(text: "À rendre"),
Tab(
text:
"À rendre (${widget.viewModel.owedToOwners?.length.toString() ?? "0"})",
),
],
),
),