fix(useragent::nav): incorrect ordering led to mismatched routing

This commit is contained in:
hdbg
2026-03-24 20:24:15 +01:00
parent 056ff3470b
commit eb25d31361

View File

@@ -33,11 +33,6 @@ class DashboardRouter extends StatelessWidget {
selectedIcon: Icon(Icons.account_balance_wallet), selectedIcon: Icon(Icons.account_balance_wallet),
label: "Wallets", label: "Wallets",
), ),
NavigationDestination(
icon: Icon(Icons.rule_folder_outlined),
selectedIcon: Icon(Icons.rule_folder),
label: "Grants",
),
NavigationDestination( NavigationDestination(
icon: Icon(Icons.devices_other_outlined), icon: Icon(Icons.devices_other_outlined),
selectedIcon: Icon(Icons.devices_other), selectedIcon: Icon(Icons.devices_other),