airframe-react
airframe-react copied to clipboard
Update SidebarMenu.js
mod: skip rendering of menuItem if 'child' is null or undefined.
Could be used for conditional adding, etc SidebarMiddleNav.js {isShowMenuItem ? ( <SidebarMenu.Item icon={<i className="fa fa-fw fa-check-square-o">} title="protected" to='/protected-page' exact /> ): null }