diff --git a/package.json b/package.json index c7792b18..348e4a3c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "redux-thunk": "^2.2.0", "sanitize.css": "^5.0.0", "sharetribe-scripts": "1.0.14", - "sharetribe-sdk": "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#ff76ef91e1e3b1e26b035a04d643d328ea3d1d61", + "sharetribe-sdk": "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#267efc4ca52dd1ad54db6bf3c37ab8ebcd8a86ab", "smoothscroll-polyfill": "^0.4.0", "source-map-support": "^0.5.0", "url": "^0.11.0" diff --git a/src/util/propTypes.js b/src/util/propTypes.js index 1d610910..5b2bde9a 100644 --- a/src/util/propTypes.js +++ b/src/util/propTypes.js @@ -383,10 +383,6 @@ export const apiError = shape({ status: number.isRequired, code: oneOf(ERROR_CODES).isRequired, title: string.isRequired, - details: shape({ - data: object, - msg: string, - }), }); // Storable error prop type. (Error object should not be stored as it is.)