NEW: complete provider mzansi wallet
This commit is contained in:
parent
15106d0a00
commit
c79904d132
10 changed files with 295 additions and 302 deletions
|
|
@ -79,8 +79,6 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
List<Map<String, Widget>> temp = [];
|
||||
temp.add({
|
||||
"Setup Profile": MzansiSetupProfileTile(
|
||||
signedInUser: widget.signedInUser,
|
||||
propicFile: widget.propicFile,
|
||||
packageSize: packageSize,
|
||||
)
|
||||
});
|
||||
|
|
@ -92,8 +90,6 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
//=============== Mzansi Profile ===============
|
||||
temp.add({
|
||||
"Mzansi Profile": MzansiProfileTile(
|
||||
signedInUser: widget.signedInUser,
|
||||
propicFile: widget.propicFile,
|
||||
packageSize: packageSize,
|
||||
)
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue