mirror of https://github.com/stashapp/stash.git
Navbar key
This commit is contained in:
parent
6d71663f99
commit
8672c4437e
|
@ -89,7 +89,7 @@ export const MainNavbar: React.FC = () => {
|
|||
<Navbar.Collapse className="order-3 order-sm-1">
|
||||
<Nav className="mr-md-auto">
|
||||
{menuItems.map(i => (
|
||||
<Nav.Link eventKey={i.href} as="div">
|
||||
<Nav.Link eventKey={i.href} as="div" key={i.href}>
|
||||
<LinkContainer
|
||||
activeClassName="active"
|
||||
exact
|
||||
|
|
Loading…
Reference in New Issue