From 2ac4f36587b8b217dcfd53e67c650c8ad27c75df Mon Sep 17 00:00:00 2001 From: Andrei Stanciu Date: Thu, 2 Feb 2017 13:31:26 +0200 Subject: Remove redundant mobile web search hint popover (#5233) --- webapp/components/rhs_thread.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/rhs_thread.jsx') diff --git a/webapp/components/rhs_thread.jsx b/webapp/components/rhs_thread.jsx index 950e1406b..21e4ed919 100644 --- a/webapp/components/rhs_thread.jsx +++ b/webapp/components/rhs_thread.jsx @@ -335,7 +335,7 @@ export default class RhsThread extends React.Component { var currentId = UserStore.getCurrentId(); var searchForm; if (currentId != null) { - searchForm = ; + searchForm = ; } let profile; -- cgit v1.2.3-1-g7c22