mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 11:27:18 +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:
@@ -53,9 +53,9 @@ class MyLibsDeleted extends Component {
|
||||
<div className="cur-view-content">
|
||||
{this.state.isLoading && <Loading />}
|
||||
{(!this.state.isLoading && this.state.deletedRepoList.length === 0) &&
|
||||
<div className="message empty-tip">
|
||||
<h2>{gettext('No deleted libraries.')}</h2>
|
||||
</div>
|
||||
<div className="message empty-tip">
|
||||
<h2>{gettext('No deleted libraries.')}</h2>
|
||||
</div>
|
||||
}
|
||||
{this.state.deletedRepoList.length !== 0 &&
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user