mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: remove search bar from addons route
This commit is contained in:
parent
a2c10e5d14
commit
4f51ee3e90
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const HorizontalNavBar = React.memo(({ className, route, query, title, backButto
|
|||
null
|
||||
}
|
||||
{
|
||||
searchBar ?
|
||||
searchBar && route !== 'addons' ?
|
||||
<SearchBar className={styles['search-bar']} query={query} active={route === 'search'} />
|
||||
:
|
||||
null
|
||||
|
|
|
|||
Loading…
Reference in a new issue