thm-p3-configurator 0.0.191 → 0.0.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -189,9 +189,6 @@ const ProductsOverview = () => {
189
189
  isProductsInitialLoad.current = false;
190
190
  return /*#__PURE__*/_react.default.createElement(_FullPageSpinner.default, null);
191
191
  }
192
- return /*#__PURE__*/_react.default.createElement(_reactRouter.Redirect, {
193
- to: "/configurator/geen-producten"
194
- });
195
192
  if (isProductsError || !isLoadingProducts && (!(products !== null && products !== void 0 && (_products$Trekhaak3 = products.Trekhaak) !== null && _products$Trekhaak3 !== void 0 && _products$Trekhaak3.length) || !(products !== null && products !== void 0 && (_products$Kabelset = products.Kabelset) !== null && _products$Kabelset !== void 0 && _products$Kabelset.length)) && !(products !== null && products !== void 0 && (_products$Combiset = products.Combiset) !== null && _products$Combiset !== void 0 && _products$Combiset.length)) {
196
193
  return /*#__PURE__*/_react.default.createElement(_reactRouter.Redirect, {
197
194
  to: "/configurator/geen-producten"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.191",
3
+ "version": "0.0.192",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",