use business instead of businessid
This commit is contained in:
parent
845c8a6688
commit
52e463ee20
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class _MzansiBusinessProfileViewState extends State<MzansiBusinessProfileView> {
|
|||
List<Widget> getToolBody() {
|
||||
List<Widget> toolBodies = [
|
||||
MihBusinessDetailsView(business: widget.business),
|
||||
MihBusinessReviews(businessId: widget.business.business_id),
|
||||
MihBusinessReviews(business: widget.business),
|
||||
];
|
||||
return toolBodies;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue