update fold text
This commit is contained in:
@@ -1221,9 +1221,9 @@ class FlowItemRow extends PureComponent {
|
|||||||
)}
|
)}
|
||||||
<Time stamp={this.props.info.timestamp} short={true} />
|
<Time stamp={this.props.info.timestamp} short={true} />
|
||||||
<span className="box-header-badge">
|
<span className="box-header-badge">
|
||||||
{this.needFold && '已折叠'}
|
{this.needFold && ' 已折叠'}
|
||||||
{this.has_block_words && '已屏蔽'}
|
{this.has_block_words && ' 已屏蔽'}
|
||||||
{this.too_many_downvotes && '反对较多'}
|
{this.too_many_downvotes && ' 争议较大'}
|
||||||
</span>
|
</span>
|
||||||
<div style={{ clear: 'both' }} />
|
<div style={{ clear: 'both' }} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user