fix(useragent::nav): incorrect ordering led to mismatched routing
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user