This commit is contained in:
thuhole
2020-07-21 18:16:56 +08:00
parent 3679077548
commit 74652c44ca

View File

@@ -860,7 +860,7 @@ class FlowItemRow extends PureComponent {
)} )}
<code className="box-id">#{this.props.info.pid}</code> <code className="box-id">#{this.props.info.pid}</code>
&nbsp; &nbsp;
{this.props.info.tag !== null && ( {this.props.info.tag !== null && this.props.info.tag !== '折叠' && (
<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} short={true} /> <Time stamp={this.props.info.timestamp} short={true} />