commit
1d70d79704
|
@ -143,6 +143,7 @@ class App extends Component {
|
||||||
<h1 className="currentState">{this.state.currentQuestion}</h1>
|
<h1 className="currentState">{this.state.currentQuestion}</h1>
|
||||||
{this.state.currentSticker ?
|
{this.state.currentSticker ?
|
||||||
<img src={this.state.currentSticker} height="92" width="92" />
|
<img src={this.state.currentSticker} height="92" width="92" />
|
||||||
|
: null}
|
||||||
<div className="currentOptions">
|
<div className="currentOptions">
|
||||||
{this.state.currentResponses ? currentOptions : null}
|
{this.state.currentResponses ? currentOptions : null}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue