BUG: Business Team list view
This commit is contained in:
@@ -70,7 +70,11 @@ class _MihMyBusinessTeamState extends State<MihMyBusinessTeam> {
|
||||
child: Mihloadingcircle(),
|
||||
);
|
||||
}
|
||||
return displayEmployeeList(mzansiProfileProvider.employeeList!);
|
||||
return Column(
|
||||
children: [
|
||||
displayEmployeeList(mzansiProfileProvider.employeeList!),
|
||||
],
|
||||
);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user