From 32ca3d59059968150f846f800ae735f24bd864bd Mon Sep 17 00:00:00 2001 From: Peter Kyeyune Date: Tue, 17 Dec 2024 09:40:58 +0300 Subject: [PATCH] Remove commented-out navigation code from DashboardPage --- .../src/app/dashboard/pages/dashboard_page.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mobile-v3/lib/src/app/dashboard/pages/dashboard_page.dart b/mobile-v3/lib/src/app/dashboard/pages/dashboard_page.dart index 4aa87b1639..41311e74ac 100644 --- a/mobile-v3/lib/src/app/dashboard/pages/dashboard_page.dart +++ b/mobile-v3/lib/src/app/dashboard/pages/dashboard_page.dart @@ -97,13 +97,13 @@ class _DashboardPageState extends State { ), SizedBox(width: 8), GestureDetector( - onTap: () => Navigator.of(context).push( - MaterialPageRoute( - builder: (context) { - return ProfilePage(); - }, - ), - ), + // onTap: () => Navigator.of(context).push( + // MaterialPageRoute( + // builder: (context) { + // return ProfilePage(); + // }, + // ), + // ), child: BlocBuilder( builder: (context, state) { if (state is UserLoaded) {