diff --git a/src/Flows.js b/src/Flows.js index f857d4fe..b55c8c49 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -1221,9 +1221,9 @@ class FlowItemRow extends PureComponent { )} - {this.needFold && '已折叠'} - {this.has_block_words && '已屏蔽'} - {this.too_many_downvotes && '反对较多'} + {this.needFold && ' 已折叠'} + {this.has_block_words && ' 已屏蔽'} + {this.too_many_downvotes && ' 争议较大'}