[catlyst|madman] fix prop type warning
This commit is contained in:
parent
65ba4c68c0
commit
50f77016bb
|
@ -57,7 +57,7 @@ var Image = React.createClass({
|
||||||
* resource (which should be wrapped in the `ix` function).
|
* resource (which should be wrapped in the `ix` function).
|
||||||
*/
|
*/
|
||||||
uri: PropTypes.string,
|
uri: PropTypes.string,
|
||||||
}).isRequired,
|
}),
|
||||||
/**
|
/**
|
||||||
* accessible - Whether this element should be revealed as an accessible
|
* accessible - Whether this element should be revealed as an accessible
|
||||||
* element.
|
* element.
|
||||||
|
|
Loading…
Reference in New Issue