bug fix
This commit is contained in:
@@ -863,7 +863,7 @@ class FlowItemRow extends PureComponent {
|
|||||||
{this.props.info.tag !== null && (
|
{this.props.info.tag !== null && (
|
||||||
<span className="box-header-tag">{this.props.info.tag}</span>
|
<span className="box-header-tag">{this.props.info.tag}</span>
|
||||||
)}
|
)}
|
||||||
<Time stamp={this.props.info.timestamp} />
|
<Time stamp={this.props.info.timestamp} short={true} />
|
||||||
<span className="box-header-badge">已隐藏</span>
|
<span className="box-header-badge">已隐藏</span>
|
||||||
<div style={{ clear: 'both' }} />
|
<div style={{ clear: 'both' }} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user