thm-p3-configurator 0.0.170 → 0.0.171

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.
@@ -123,7 +123,6 @@ const InternalSessionEditPage = props => {
123
123
  dossierId: props === null || props === void 0 || (_props$match = props.match) === null || _props$match === void 0 || (_props$match = _props$match.params) === null || _props$match === void 0 ? void 0 : _props$match.id,
124
124
  dossierType: dossierType
125
125
  });
126
- console.log('dossierById', dossierById);
127
126
  const [_, dispatch] = (0, _OrderSessionContext.useOrderSession)();
128
127
  const history = (0, _reactRouter.useHistory)();
129
128
  const hydrateOrderSessionByDossier = (0, _react.useCallback)(async dossierById => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",