mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Navbar key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user