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:
committed by
GitHub
parent
52311f989d
commit
422257743e
@@ -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>)}
|
||||
|
||||
Reference in New Issue
Block a user