fix bugs
This commit is contained in:
@@ -226,7 +226,6 @@ class FlowItem extends PureComponent {
|
|||||||
do_filter_name,
|
do_filter_name,
|
||||||
do_delete,
|
do_delete,
|
||||||
do_edit_cw,
|
do_edit_cw,
|
||||||
timestamp,
|
|
||||||
img_clickable,
|
img_clickable,
|
||||||
color_picker,
|
color_picker,
|
||||||
show_pid,
|
show_pid,
|
||||||
@@ -339,7 +338,7 @@ class FlowItem extends PureComponent {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{info.allow_search && <span> 📢 </span>}
|
{info.allow_search && <span> 📢 </span>}
|
||||||
<Time stamp={timestamp} short={!img_clickable} />
|
<Time stamp={info.timestamp} short={!img_clickable} />
|
||||||
</div>
|
</div>
|
||||||
{!!info.hot_score && (
|
{!!info.hot_score && (
|
||||||
<span className="box-header">hot score: {info.hot_score}</span>
|
<span className="box-header">hot score: {info.hot_score}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user