fix: icon lock for !allow_search

This commit is contained in:
2022-10-14 10:06:08 +08:00
parent d9bb62a1b5
commit 2857c8ff13

View File

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