3 July 2024
This commit is contained in:
parent
6f10fd8572
commit
8f0134a98f
62 changed files with 1101 additions and 343 deletions
|
|
@ -19,6 +19,7 @@ class HomeTileGrid extends StatelessWidget {
|
|||
children: [
|
||||
HomeTile(
|
||||
onTap: () {
|
||||
//print("Home Tiles: $userEmail");
|
||||
Navigator.of(context)
|
||||
.pushNamed('/patient-manager', arguments: userEmail);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue