Fix budgets appearing multiple times

This commit is contained in:
2025-05-18 14:46:48 +02:00
parent 42b1bbd438
commit facbc16bb2
6 changed files with 4909 additions and 3533 deletions

View File

@@ -65,7 +65,7 @@ class AccountSwitcher extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: [
Text(
bloc.activeAccount!.name!,
bloc.activeAccount!.name,
style: Theme.of(context).textTheme.titleLarge,
),
Icon(Icons.arrow_drop_down),