Remove redundant mobile web search hint popover (#5233)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
7563a8635c
Коммит
2ac4f36587
@@ -335,7 +335,7 @@ export default class RhsThread extends React.Component {
|
||||
var currentId = UserStore.getCurrentId();
|
||||
var searchForm;
|
||||
if (currentId != null) {
|
||||
searchForm = <SearchBox/>;
|
||||
searchForm = <SearchBox isCommentsPage='true'/>;
|
||||
}
|
||||
|
||||
let profile;
|
||||
|
||||
Ссылка в новой задаче
Block a user