mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
Add proptype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user