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) {