diff --git a/src/components/ProductDetailPage.js b/src/components/ProductDetailPage.js index 1c165b2..91b7a70 100644 --- a/src/components/ProductDetailPage.js +++ b/src/components/ProductDetailPage.js @@ -581,7 +581,7 @@ class ProductDetailPage extends Component { minHeight: "60vh", }} > - + Produkt wird geladen... @@ -591,7 +591,7 @@ class ProductDetailPage extends Component { if (error) { return ( - + Fehler {error} @@ -607,7 +607,7 @@ class ProductDetailPage extends Component { if (!product) { return ( - + Produkt nicht gefunden @@ -856,7 +856,7 @@ class ProductDetailPage extends Component { > @@ -1061,7 +1061,7 @@ class ProductDetailPage extends Component { {product.komponenten && product.komponenten.split(",").length > 0 && ( - {this.props.t ? this.props.t('product.consistsOf') : 'Bestehend aus:'} + {this.props.t ? this.props.t('product.consistsOf') : 'Bestehend aus:'} {(console.log("komponentenLoaded:", komponentenLoaded), komponentenLoaded) ? ( diff --git a/src/components/configurator/ExtrasSelector.js b/src/components/configurator/ExtrasSelector.js index 0a8f170..9492dee 100644 --- a/src/components/configurator/ExtrasSelector.js +++ b/src/components/configurator/ExtrasSelector.js @@ -106,7 +106,7 @@ class ExtrasSelector extends Component { return ( - + {title} {subtitle && ( @@ -136,7 +136,7 @@ class ExtrasSelector extends Component { // Render without category grouping return ( - + {title} {subtitle && ( diff --git a/src/components/configurator/ProductSelector.js b/src/components/configurator/ProductSelector.js index c48d557..fec37b0 100644 --- a/src/components/configurator/ProductSelector.js +++ b/src/components/configurator/ProductSelector.js @@ -147,9 +147,9 @@ class ProductSelector extends Component { return ( - - {title} - + + {title} + {subtitle && ( {subtitle} diff --git a/src/components/configurator/TentShapeSelector.js b/src/components/configurator/TentShapeSelector.js index 77e02fc..3655613 100644 --- a/src/components/configurator/TentShapeSelector.js +++ b/src/components/configurator/TentShapeSelector.js @@ -90,7 +90,7 @@ class TentShapeSelector extends Component { onClick={() => onShapeSelect(shape.id)} > - + {shape.name} @@ -218,7 +218,7 @@ class TentShapeSelector extends Component { return ( - + {title} {subtitle && ( diff --git a/src/pages/GrowTentKonfigurator.js b/src/pages/GrowTentKonfigurator.js index 650532e..25a9679 100644 --- a/src/pages/GrowTentKonfigurator.js +++ b/src/pages/GrowTentKonfigurator.js @@ -483,10 +483,10 @@ class GrowTentKonfigurator extends Component { )} - + Gesamtpreis: - + {this.formatPrice(totalPrice)} @@ -517,7 +517,7 @@ class GrowTentKonfigurator extends Component { - + 🌱 Growbox Konfigurator