BUG: Business Team list view
This commit is contained in:
parent
b5c26c3e43
commit
252e120b99
1 changed files with 5 additions and 1 deletions
|
|
@ -70,7 +70,11 @@ class _MihMyBusinessTeamState extends State<MihMyBusinessTeam> {
|
||||||
child: Mihloadingcircle(),
|
child: Mihloadingcircle(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return displayEmployeeList(mzansiProfileProvider.employeeList!);
|
return Column(
|
||||||
|
children: [
|
||||||
|
displayEmployeeList(mzansiProfileProvider.employeeList!),
|
||||||
|
],
|
||||||
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue