airframe-react icon indicating copy to clipboard operation
airframe-react copied to clipboard

Update SidebarMenu.js

Open akmil opened this issue 5 years ago • 0 comments

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 }

akmil avatar Jan 16 '20 09:01 akmil