diff --git a/Frontend/patient_manager/lib/components/homeTileGrid.dart b/Frontend/patient_manager/lib/components/homeTileGrid.dart index edfca241..26d759a1 100644 --- a/Frontend/patient_manager/lib/components/homeTileGrid.dart +++ b/Frontend/patient_manager/lib/components/homeTileGrid.dart @@ -122,7 +122,11 @@ class _HomeTileGridState extends State { () { Navigator.of(context).pushNamed( '/business-profile', - arguments: widget.signedInUser, + arguments: BusinessUpdateArguments( + widget.signedInUser, + widget.businessUser, + widget.business, + ), ); // Navigator.popAndPushNamed(context, '/patient-manager', // arguments: widget.userEmail);