Remove horizontal scroll for search page tabs (fixed)

This commit is contained in:
artur 2023-03-06 16:21:14 +03:00 committed by Kieran
parent ef291f0db7
commit 51aba89e45
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ const SearchPage = () => {
autoFocus={true}
/>
</div>
<div className="tabs" ref={horizontalScroll}>
<div className="tabs">
{[SearchTab.Posts, SearchTab.Profiles].map(renderTab)}
</div>
{!keyword && <TrendingUsers />}