Remove horizontal scroll for search page tabs

This commit is contained in:
artur 2023-03-06 15:59:59 +03:00 committed by Kieran
parent 8aafae7d6c
commit ef291f0db7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ const SearchPage = () => {
Profiles: { text: formatMessage(messages.People), value: PROFILES },
};
const [tab, setTab] = useState<Tab>(SearchTab.Posts);
const horizontalScroll = useHorizontalScroll();
useEffect(() => {
if (keyword) {