diff --git a/src/containers/ListingPage/ListingPage.js b/src/containers/ListingPage/ListingPage.js index b419ea81..6e25512f 100644 --- a/src/containers/ListingPage/ListingPage.js +++ b/src/containers/ListingPage/ListingPage.js @@ -233,7 +233,7 @@ export class ListingPageComponent extends Component { const { customAttributes } = currentListing.attributes; const category = - customAttributes && customAttributes.category ? ( + config.customAttributes.category && customAttributes && customAttributes.category ? ( {customAttributes.category}