reuire personal selected param in migh_calc
This commit is contained in:
parent
af1258803b
commit
28bf9de41f
3 changed files with 19 additions and 9 deletions
|
|
@ -280,7 +280,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/calculator',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: widget.personalSelected,
|
||||
);
|
||||
},
|
||||
tileName: "Calculator",
|
||||
|
|
@ -486,7 +486,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/calculator',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: widget.personalSelected,
|
||||
);
|
||||
},
|
||||
tileName: "Calculator",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue