From eb25d31361f97e2723805b68e97fcf532546da87 Mon Sep 17 00:00:00 2001 From: hdbg Date: Tue, 24 Mar 2026 20:24:15 +0100 Subject: [PATCH] fix(useragent::nav): incorrect ordering led to mismatched routing --- useragent/lib/screens/dashboard.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/useragent/lib/screens/dashboard.dart b/useragent/lib/screens/dashboard.dart index 33830e4..acfb828 100644 --- a/useragent/lib/screens/dashboard.dart +++ b/useragent/lib/screens/dashboard.dart @@ -33,11 +33,6 @@ class DashboardRouter extends StatelessWidget { selectedIcon: Icon(Icons.account_balance_wallet), label: "Wallets", ), - NavigationDestination( - icon: Icon(Icons.rule_folder_outlined), - selectedIcon: Icon(Icons.rule_folder), - label: "Grants", - ), NavigationDestination( icon: Icon(Icons.devices_other_outlined), selectedIcon: Icon(Icons.devices_other),