Remove horizontal scroll for search page tabs
This commit is contained in:
parent
8aafae7d6c
commit
ef291f0db7
@ -26,7 +26,6 @@ const SearchPage = () => {
|
|||||||
Profiles: { text: formatMessage(messages.People), value: PROFILES },
|
Profiles: { text: formatMessage(messages.People), value: PROFILES },
|
||||||
};
|
};
|
||||||
const [tab, setTab] = useState<Tab>(SearchTab.Posts);
|
const [tab, setTab] = useState<Tab>(SearchTab.Posts);
|
||||||
const horizontalScroll = useHorizontalScroll();
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (keyword) {
|
if (keyword) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user