update route to /mih-access
This commit is contained in:
parent
b7a0d691f5
commit
f9dd5e3e86
8 changed files with 19 additions and 17 deletions
|
|
@ -303,7 +303,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
videoID: "",
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/access-review',
|
||||
'/mih-access',
|
||||
arguments: widget.signedInUser,
|
||||
);
|
||||
},
|
||||
|
|
@ -383,7 +383,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
// tileList.add(MIHTile(
|
||||
// onTap: () {
|
||||
// Navigator.of(context).pushNamed(
|
||||
// '/access-review',
|
||||
// '/mih-access',
|
||||
// arguments: widget.signedInUser,
|
||||
// );
|
||||
// },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue