diff --git a/src/containers/paint-editor.jsx b/src/containers/paint-editor.jsx index 19566414..a6a7b5ed 100644 --- a/src/containers/paint-editor.jsx +++ b/src/containers/paint-editor.jsx @@ -280,7 +280,7 @@ PaintEditor.propTypes = { stack: PropTypes.arrayOf(PropTypes.object).isRequired, pointer: PropTypes.number.isRequired }), - updateViewBounds: PropTypes.func.isRequired, + updateViewBounds: PropTypes.func.isRequired }; const mapStateToProps = state => ({