forked from yaso_meth/mih-project
update appointment widget call with business object
This commit is contained in:
@@ -66,7 +66,11 @@ class _MzansiCalendarState extends State<MzansiCalendar> {
|
||||
List<Widget> getToolBody() {
|
||||
List<Widget> toolBodies = [
|
||||
//appointment here
|
||||
Appointments(signedInUser: widget.arguments.signedInUser),
|
||||
Appointments(
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
personalSelected: widget.arguments.personalSelected,
|
||||
),
|
||||
];
|
||||
return toolBodies;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user