diff --git a/frontend/src/App/App.jsx b/frontend/src/App/App.jsx index ac45af3bc8..99fbec3cc2 100644 --- a/frontend/src/App/App.jsx +++ b/frontend/src/App/App.jsx @@ -259,7 +259,7 @@ class App extends React.Component { switchDarkMode={this.switchDarkMode} darkMode={darkMode} /> - {config.ENABLE_MARKETPLACE_FEATURE && ( + {window.public_config?.ENABLE_MARKETPLACE_FEATURE && (