Fix budgets appearing multiple times
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user