Browse Source

fix bugs

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

2
src/Flows.js

@ -332,7 +332,7 @@ class FlowItem extends PureComponent {
}
<Time stamp={info.timestamp} short={!img_clickable} />
</div>
{!!hot_score && (
{!!info.hot_score && (
<span className="box-header">hot score: {info.hot_score}</span>
)}
<div className="box-content">

Loading…
Cancel
Save