diff --git a/src/components/panels/badge.jsx b/src/components/panels/badge.jsx index c37eaaf..a11d770 100644 --- a/src/components/panels/badge.jsx +++ b/src/components/panels/badge.jsx @@ -17,7 +17,7 @@ class Badge extends React.Component { let realSize = typeof(this.props.size) === 'number' ? this.props.number : this.parseSize(this.props.size); return ( - {this.props.name} + {this.props.name} ); }