展示被举报

This commit is contained in:
2021-12-24 00:16:58 +08:00
parent e78bf90799
commit 378c5fa300

View File

@@ -289,6 +289,9 @@ class FlowItem extends PureComponent {
{info.author_title && ( {info.author_title && (
<span className="box-header-name author-title">{`"${info.author_title}"`}</span> <span className="box-header-name author-title">{`"${info.author_title}"`}</span>
)} )}
{info.is_reported && (
<span className="danger-info"> R </span>
)}
{!!do_delete && !!info.can_del && ( {!!do_delete && !!info.can_del && (
<span <span
className="clickable" className="clickable"