eat all the cheese, push all the things

This commit is contained in:
David Ralph
2019-10-22 15:44:49 +01:00
parent ab1a7cdf5f
commit 40452b71bf
5 changed files with 11 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ export default class Greeting extends React.Component {
}
render() {
return <h1 className='greeting'>{this.state.greeting}</h1>;
return <h1 className='greeting'>
{this.state.greeting}
</h1>;
}
}