Fixed some objects that don't like the new props.
This commit is contained in:
@ -77,7 +77,7 @@ export default props => {
|
||||
return (
|
||||
<ElementType {...newProps} className={clazzes}>
|
||||
<span className={"o-btn__inner"+(style?` o-btn--style-${style}__inner`:"")}>
|
||||
{contents}
|
||||
{ children }
|
||||
</span>
|
||||
</ElementType>
|
||||
);
|
||||
|
Reference in New Issue
Block a user