Browse Source

bug fix

dev
thuhole 5 years ago
parent
commit
74652c44ca
  1. 2
      src/Flows.js

2
src/Flows.js

@ -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} />

Loading…
Cancel
Save