diff --git a/src/pages/GrowTentKonfigurator.js b/src/pages/GrowTentKonfigurator.js index fe292d4..c886eaf 100644 --- a/src/pages/GrowTentKonfigurator.js +++ b/src/pages/GrowTentKonfigurator.js @@ -160,11 +160,7 @@ class GrowTentKonfigurator extends Component { window.socketManager.on(`productList:${categoryId}`,(response) => { setCachedCategoryData(categoryId, response); - - // Force re-render when data arrives - if (categoryId === 'Zelte') { - this.forceUpdate(); - } + this.forceUpdate(); }); const currentLanguage = this.props.languageContext?.currentLanguage || this.props.i18n?.language || 'de';