BUG: Mzansi Directory person search on person press
This commit is contained in:
parent
74be2fc559
commit
b5c26c3e43
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ class _MzansiProfileViewState extends State<MzansiProfileView> {
|
|||
int _selcetedIndex = 0;
|
||||
late final MihPersonalProfileView _personalProfileView;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_personalProfileView = MihPersonalProfileView();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue