diff --git a/src/core/components/response-body.jsx b/src/core/components/response-body.jsx index 45f8e90c..e048c33b 100644 --- a/src/core/components/response-body.jsx +++ b/src/core/components/response-body.jsx @@ -6,7 +6,7 @@ export default class ResponseBody extends React.Component { static propTypes = { content: PropTypes.any.isRequired, - contentType: PropTypes.string.isRequired, + contentType: PropTypes.string, getComponent: PropTypes.func.isRequired, headers: PropTypes.object, url: PropTypes.string