Skip to content
Snippets Groups Projects
Commit bccceb48 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix proptype warning

parent c6f0822e
Branches
Tags
No related merge requests found
......@@ -97,7 +97,7 @@ const spriteShape = PropTypes.shape({
id: PropTypes.string,
name: PropTypes.string,
order: PropTypes.number,
size: PropTypes.string,
size: PropTypes.number,
visibility: PropTypes.bool,
x: PropTypes.number,
y: PropTypes.number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment