Add proptype

This commit is contained in:
Chi Vinh Le
2017-06-21 22:27:13 +07:00
parent 012ff926eb
commit 9d572f6c3b
@@ -91,7 +91,8 @@ StorySearch.propTypes = {
goToStory: PropTypes.func.isRequired,
closeSearch: PropTypes.func.isRequired,
moderation: PropTypes.object.isRequired,
handleSearchChange: PropTypes.func.isRequired
handleSearchChange: PropTypes.func.isRequired,
assetId: PropTypes.string
};
export default StorySearch;