Add missing closing tag

pull/20/head
ayshiff 2018-06-06 10:48:55 +02:00
parent e755b3d807
commit 831eb23341
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ class App extends Component {
<h1 className="currentState">{this.state.currentQuestion}</h1>
{this.state.currentSticker ?
<img src={this.state.currentSticker} height="92" width="92" />
:null}
<h2 className="currentQuestion">Je fais quoi ?</h2>
: null}
<div className="currentOptions">
{this.state.currentResponses ? currentOptions : null}
</div>