From 0cce982fbb2103c7c13d83da42dc34c9949c67d7 Mon Sep 17 00:00:00 2001 From: thuhole Date: Mon, 29 Jun 2020 14:35:54 +0800 Subject: [PATCH] update --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index f1d82aa..e1bbbb1 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -526,7 +526,7 @@ class FlowItemRow extends PureComponent { break; } } - let needFold = (FOLD_TAGS.indexOf(this.state.info.tag) > -1) && (!this.props.search_param) + let needFold = (FOLD_TAGS.indexOf(this.state.info.tag) > -1) && (this.props.search_param === '热榜' || !this.props.search_param) let res=(
{