mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 03:41:12 +00:00
fix-bug
This commit is contained in:
@@ -9,7 +9,7 @@ const viewerPropTypes = {
|
||||
lastModified: PropTypes.string,
|
||||
latestContributor: PropTypes.string,
|
||||
markdownContent: PropTypes.string,
|
||||
onContentRendered: PropTypes.func,
|
||||
onContentRendered: PropTypes.func.isRequired,
|
||||
activeTitleIndex: PropTypes.number
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user