Browse Source

bug fix

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

2
src/Flows.js

@ -863,7 +863,7 @@ class FlowItemRow extends PureComponent {
{this.props.info.tag !== null && (
<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>
<div style={{ clear: 'both' }} />
</div>

Loading…
Cancel
Save