mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Prop type check repair (#2919)
* repair intent check wraning * change doublequote to singlequote, add semicolon * optimized code * modify type-check wraning
This commit is contained in:
@@ -82,8 +82,9 @@ class DirPath extends React.Component {
|
||||
}
|
||||
{pathElem}
|
||||
{ this.props.isViewFile &&
|
||||
<InternalLinkDialog repoID={this.props.repoID}
|
||||
path={this.props.currentPath}
|
||||
<InternalLinkDialog
|
||||
repoID={this.props.repoID}
|
||||
path={this.props.currentPath}
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user