Remove redundant mobile web search hint popover (#5233)

Этот коммит содержится в:
Andrei Stanciu
2017-02-02 13:31:26 +02:00
коммит произвёл George Goldberg
родитель 7563a8635c
Коммит 2ac4f36587
2 изменённых файлов: 29 добавлений и 14 удалений

Просмотреть файл

@@ -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;