mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
lint
This commit is contained in:
parent
3782d5ad6e
commit
865554d7f3
1 changed files with 1 additions and 1 deletions
|
@ -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 => ({
|
||||
|
|
Loading…
Reference in a new issue