0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 02:52:43 +00:00

remove unnecessary child in nav

This commit is contained in:
Víctor Losada Hernández
2024-10-13 10:51:06 +02:00
parent e3d256aaaf
commit ebe5dca7a9
3 changed files with 7 additions and 10 deletions

View File

@@ -12,10 +12,8 @@ const Nav = {
displayName : 'Nav.base',
render : function(){
return <nav>
<div className='navContent'>
{this.props.children}
</div>
</nav>;
</nav>;
}
}),
logo : function(){