Skip to content

Commit 1bcecbe

Browse files
committed
don't use spaces in Themed component display name generation
1 parent a392dde commit 1bcecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/themr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default (componentName, localTheme, options = {}) => (ThemedComponent) =>
3030
}
3131

3232
class Themed extends Component {
33-
static displayName = `Themed ${ThemedComponent.name}`;
33+
static displayName = `Themed${ThemedComponent.name}`;
3434

3535
static contextTypes = {
3636
themr: PropTypes.object

0 commit comments

Comments
 (0)