From 74652c44ca43d17363e93a467dbc152d1dc93b1f Mon Sep 17 00:00:00 2001 From: thuhole Date: Tue, 21 Jul 2020 18:16:56 +0800 Subject: [PATCH] bug fix --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index 8ffddd3..31b57ff 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -860,7 +860,7 @@ class FlowItemRow extends PureComponent { )} #{this.props.info.pid}   - {this.props.info.tag !== null && ( + {this.props.info.tag !== null && this.props.info.tag !== '折叠' && ( {this.props.info.tag} )}