mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
Bug repair (#2458)
This commit is contained in:
@@ -103,7 +103,7 @@ class DraftContent extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="cur-view-content" style={{padding: 0}}>
|
||||
<div className="cur-view-content">
|
||||
{this.state.isLoadingDraft && <Loading /> }
|
||||
{(!this.state.isLoadingDraft && this.state.draftList.length !==0) &&
|
||||
<DraftListView
|
||||
|
@@ -31,7 +31,7 @@ class ReviewContent extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="cur-view-content" style={{padding: 0}}>
|
||||
<div className="cur-view-content">
|
||||
{this.state.isLoadingReviews && <Loading /> }
|
||||
{(!this.state.isLoadingReviews && this.state.reviewsList.length !==0) &&
|
||||
<ReviewListView
|
||||
|
Reference in New Issue
Block a user