From 7686eb647f12020a4a1ed65542a4c275d51f8d26 Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:46:08 +0000 Subject: [PATCH] =?UTF-8?q?fix(nav):=20supprimer=20les=20modules=20metier?= =?UTF-8?q?=20du=20drawer=20=E2=80=94=20ils=20appartiennent=20uniquement?= =?UTF-8?q?=20a=20la=20page=20Plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/presentation/widgets/dashboard_drawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/dashboard/presentation/widgets/dashboard_drawer.dart b/lib/features/dashboard/presentation/widgets/dashboard_drawer.dart index 8039082..72dcc4f 100644 --- a/lib/features/dashboard/presentation/widgets/dashboard_drawer.dart +++ b/lib/features/dashboard/presentation/widgets/dashboard_drawer.dart @@ -13,10 +13,10 @@ import '../../../profile/presentation/pages/profile_page_wrapper.dart'; import '../../../notifications/presentation/pages/notifications_page_wrapper.dart'; import '../../../help/presentation/pages/help_support_page.dart'; import '../../../about/presentation/pages/about_page.dart'; - /// Drawer principal — Mon Espace /// Profil · Notifications · Aide · À propos · Déconnexion class DashboardDrawer extends StatelessWidget { + // ignore: unused_field final Function(String route)? onNavigate; final VoidCallback? onLogout;