const SidebarFooter = ( { children } ) => { if ( ! children ) { return null; } return
{ children }
; }; export default SidebarFooter;