commit
1d70d79704
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue