展示被举报
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user