mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
MainNavBar uses userMenu
This commit is contained in:
parent
d822e59dab
commit
154903bc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const MainNavBar = ({ className }) => {
|
||||||
backButton={false}
|
backButton={false}
|
||||||
tabs={TABS}
|
tabs={TABS}
|
||||||
searchBar={true}
|
searchBar={true}
|
||||||
userMenu={true}
|
navMenu={true}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue