diff --git a/packages/components/src/notice/index.js b/packages/components/src/notice/index.js index bac5e758580811..4a2851b814f1de 100644 --- a/packages/components/src/notice/index.js +++ b/packages/components/src/notice/index.js @@ -88,36 +88,38 @@ function Notice( {
{ children } - { actions.map( - ( - { - className: buttonCustomClasses, - label, - isPrimary, - noDefaultClasses = false, - onClick, - url, - }, - index - ) => { - return ( - - ); - } - ) } +
+ { actions.map( + ( + { + className: buttonCustomClasses, + label, + isPrimary, + noDefaultClasses = false, + onClick, + url, + }, + index + ) => { + return ( + + ); + } + ) } +
{ isDismissible && (