remnove dev apps
This commit is contained in:
parent
fe1a79480e
commit
9b12ad70b9
1 changed files with 22 additions and 20 deletions
|
|
@ -128,6 +128,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome> {
|
|||
//=============== About MIH ===============
|
||||
temp.add({"About MIH": AboutMihTile(packageSize: packageSize)});
|
||||
//=============== Dev ===============
|
||||
if (widget.isDevActive) {
|
||||
temp.add({
|
||||
"test": MihAppTile(
|
||||
onTap: () {
|
||||
|
|
@ -149,6 +150,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome> {
|
|||
secondaryColor: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
)
|
||||
});
|
||||
}
|
||||
return temp;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue