diff --git a/src/SVG/Elements/Container.tsx b/src/SVG/Elements/Container.tsx index 435c11c..71dfa35 100644 --- a/src/SVG/Elements/Container.tsx +++ b/src/SVG/Elements/Container.tsx @@ -15,10 +15,10 @@ export class Container extends React.Component { const containersElements = this.props.children.map(child => child.render()); return ( - +