remove managebusines onpress

This commit is contained in:
2024-08-06 16:47:21 +02:00
parent 3abe682769
commit caf3ebc6b1

View File

@@ -114,8 +114,8 @@ class _HomeTileGridState extends State<HomeTileGrid> {
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);
}