From 378c5fa300ccb435530905235153e8cdacdfb5e1 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Fri, 24 Dec 2021 00:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E8=A2=AB=E4=B8=BE=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Flows.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Flows.js b/src/Flows.js index 7d1aef1..236b07b 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -289,6 +289,9 @@ class FlowItem extends PureComponent { {info.author_title && ( {`"${info.author_title}"`} )} + {info.is_reported && ( + R + )} {!!do_delete && !!info.can_del && (