Merge pull request #20 from SundownDEV/devFront

Add missing closing tag
pull/21/head
Rémi Doreau 2018-06-06 10:54:28 +02:00 committed by GitHub
commit 1d70d79704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,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}
<div className="currentOptions">
{this.state.currentResponses ? currentOptions : null}
</div>