+
{title}
+
{children}
-
- {title}
-
-
- {children}
-
-
- {actions && actions.length ?
+ {actions && actions.length ? (
- {React.Children.map(actions, (action, index) => {action})}
-
: null
- }
+ {React.Children.map(actions, (action, index) => (
+
{action}
+ ))}
+