forked from newthuhole/hole_thu_frontend
bug fix
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
{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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user