NEW: About MIH Provider Setup pt2

This commit is contained in:
2025-10-21 10:46:50 +02:00
parent 3dc9ce30e6
commit b2ed1e0b51
3 changed files with 0 additions and 5 deletions

View File

@@ -130,7 +130,6 @@ class _MihBusinessHomeState extends State<MihBusinessHome>
temp.add({
"About MIH": AboutMihTile(
packageSize: packageSize,
personalSelected: false,
)
});
return temp;

View File

@@ -164,7 +164,6 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
temp.add({
"About MIH": AboutMihTile(
packageSize: packageSize,
personalSelected: true,
)
});
//=============== Dev ===============