Browse Source

展示被举报

pull/16/head
hole-thu 4 years ago
parent
commit
378c5fa300
  1. 3
      src/Flows.js

3
src/Flows.js

@ -289,6 +289,9 @@ class FlowItem extends PureComponent {
{info.author_title && (
<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 && (
<span
className="clickable"

Loading…
Cancel
Save