diff --git a/src/shared/components/home/home.tsx b/src/shared/components/home/home.tsx index f52efec2..6a9365c4 100644 --- a/src/shared/components/home/home.tsx +++ b/src/shared/components/home/home.tsx @@ -113,7 +113,7 @@ export class Home extends Component { listingType: getListingTypeFromProps( this.props, ListingType[ - this.isoData.site_res.site_view.site.default_post_listing_type + this.isoData.site_res.site_view?.site.default_post_listing_type ] ), dataType: getDataTypeFromProps(this.props),