diff --git a/src/Flows.js b/src/Flows.js index a987ad5..8584717 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -534,7 +534,7 @@ class FlowItemRow extends PureComponent { }}> -
+ {(!(FOLD_TAGS.indexOf(this.state.info.tag) > -1)) &&
{this.state.reply_status==='loading' &&
加载中
} {this.state.reply_status==='failed' &&
@@ -548,7 +548,7 @@ class FlowItemRow extends PureComponent { {this.state.replies.length>PREVIEW_REPLY_COUNT &&
还有 {this.state.replies.length-PREVIEW_REPLY_COUNT} 条
} -
+
}
);