diff --git a/Frontend/patient_manager/lib/components/homeTileGrid.dart b/Frontend/patient_manager/lib/components/homeTileGrid.dart index 35c8bfd8..832e310d 100644 --- a/Frontend/patient_manager/lib/components/homeTileGrid.dart +++ b/Frontend/patient_manager/lib/components/homeTileGrid.dart @@ -114,8 +114,8 @@ class _HomeTileGridState extends State { Icons.business, "Manage Bus", () { - Navigator.of(context) - .pushNamed('/business-profile', arguments: widget.signedInUser); + // Navigator.of(context) + // .pushNamed('/business-profile', arguments: widget.signedInUser); // Navigator.popAndPushNamed(context, '/patient-manager', // arguments: widget.userEmail); }