NEW: About MIH Provider Setup pt2
This commit is contained in:
parent
3dc9ce30e6
commit
b2ed1e0b51
3 changed files with 0 additions and 5 deletions
|
|
@ -130,7 +130,6 @@ class _MihBusinessHomeState extends State<MihBusinessHome>
|
|||
temp.add({
|
||||
"About MIH": AboutMihTile(
|
||||
packageSize: packageSize,
|
||||
personalSelected: false,
|
||||
)
|
||||
});
|
||||
return temp;
|
||||
|
|
|
|||
|
|
@ -164,7 +164,6 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
temp.add({
|
||||
"About MIH": AboutMihTile(
|
||||
packageSize: packageSize,
|
||||
personalSelected: true,
|
||||
)
|
||||
});
|
||||
//=============== Dev ===============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue