fix bugs
This commit is contained in:
@@ -332,7 +332,7 @@ class FlowItem extends PureComponent {
|
|||||||
}
|
}
|
||||||
<Time stamp={info.timestamp} short={!img_clickable} />
|
<Time stamp={info.timestamp} short={!img_clickable} />
|
||||||
</div>
|
</div>
|
||||||
{!!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>
|
||||||
)}
|
)}
|
||||||
<div className="box-content">
|
<div className="box-content">
|
||||||
|
|||||||
Reference in New Issue
Block a user