+
+ {isCollapsed ? (
+
+ ) : (
+
+ )}
+
+
+
+
+ {teamSelect && (typeof teamSelect === 'function' ? teamSelect(isCollapsed) : teamSelect)}
+ {typeof children === 'function' ? children(isCollapsed) : children}
+ {addButton && (typeof addButton === 'function' ? addButton(isCollapsed) : addButton)}
+
+ {footer ? (
+
+ {typeof footer === 'function' ? footer(isCollapsed) : footer}
+
+ ) : profileImage ? (
+