Browse Source

fix bugs

pull/16/head
hole-thu 3 years ago
parent
commit
302d59e8f9
  1. 3
      src/Flows.js

3
src/Flows.js

@ -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>

Loading…
Cancel
Save