fix I dont know logo and profile link build issues
This commit is contained in:
@@ -21,8 +21,6 @@ class MzansiDirectoryProvider extends ChangeNotifier {
|
||||
AppUser? selectedUser;
|
||||
String searchTerm;
|
||||
String businessTypeFilter;
|
||||
List<ProfileLink> personalLinks = [];
|
||||
List<ProfileLink> businessLinks = [];
|
||||
|
||||
MzansiDirectoryProvider({
|
||||
this.toolIndex = 0,
|
||||
@@ -119,14 +117,4 @@ class MzansiDirectoryProvider extends ChangeNotifier {
|
||||
this.businessTypeFilter = businessTypeFilter;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void setPersonalLinks({required List<ProfileLink> personalLinks}) {
|
||||
this.personalLinks = personalLinks;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void setBusinessLinks({required List<ProfileLink> businessLinks}) {
|
||||
this.businessLinks = businessLinks;
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user