fix: icon lock for !allow_search
This commit is contained in:
@@ -334,7 +334,7 @@ class FlowItem extends PureComponent {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{!!info.allow_search && <span className="icon icon-lock" />}
|
{!info.allow_search && <span className="icon icon-lock" />}
|
||||||
<Time stamp={info.timestamp} short={!img_clickable} />
|
<Time stamp={info.timestamp} short={!img_clickable} />
|
||||||
</div>
|
</div>
|
||||||
{!!info.hot_score && (
|
{!!info.hot_score && (
|
||||||
|
|||||||
Reference in New Issue
Block a user