From 6418387887b640e5261d700f5f92e8206e8bad5b Mon Sep 17 00:00:00 2001 From: hole-thu Date: Wed, 6 Apr 2022 22:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=A2=AB=E6=8B=89=E9=BB=91=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Flows.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Flows.js b/src/Flows.js index 8fba054..7cf933b 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -787,7 +787,7 @@ class FlowSidebar extends PureComponent { )} {replies_to_show.map( (reply, i) => - !reply.blocked && ( + (reply.can_del || !reply.is_blocked) && ( - !reply.blocked && ( + (reply.can_del || !reply.is_blocked) && ( } {props.list.map( (info, ind) => - !info.blocked && ( + (info.can_del || !info.is_blocked) && (