diff --git a/src/components/ProductDetailPage.js b/src/components/ProductDetailPage.js index 32444b0..c302f48 100644 --- a/src/components/ProductDetailPage.js +++ b/src/components/ProductDetailPage.js @@ -992,7 +992,31 @@ class ProductDetailPage extends Component { {product.manufacturer && ( - {this.props.t ? this.props.t('product.manufacturer') : 'Hersteller'}: {product.manufacturer} + {this.props.t ? this.props.t('product.manufacturer') : 'Hersteller'}: + )}