More comments

This commit is contained in:
Chi Vinh Le
2017-08-18 22:36:13 +07:00
parent f2a67f04f9
commit e77a8ce3c7
@@ -51,6 +51,8 @@ class Slot extends React.Component {
Slot.propTypes = {
fill: React.PropTypes.string.isRequired,
// props coming from graphql must be passed through this property.
queryData: React.PropTypes.object,
};