0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 06:12:51 +00:00

accept navitems suggestion

Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
Víctor Losada Hernández
2024-10-24 20:39:59 +02:00
committed by GitHub
parent 52311f989d
commit 422257743e

View File

@@ -33,7 +33,7 @@ const UserPage = ({ username = '', brews = [], query = '', error = null, ...prop
}] : [])
];
const navItems = () => (
const navItems = (
<Navbar>
<Nav.section>
{currentError && (<ErrorNavItem error={currentError} parent={null}></ErrorNavItem>)}