Skip to content

Commit

Permalink
fixing xnt#4
Browse files Browse the repository at this point in the history
  • Loading branch information
medonagy45 committed Jul 7, 2019
1 parent 2d55201 commit 9a9e864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -10,7 +10,7 @@ export default class SomethingNice extends PureComponent {
}

render() {
return (
return <span style={this.props.style}>{this.message}</span>;
<span>
{ this.message }
</span>
Expand Down

0 comments on commit 9a9e864

Please sign in to comment.