diff --git a/client/src/components/App.js b/client/src/components/App.js index 7556a2a..e9a5834 100644 --- a/client/src/components/App.js +++ b/client/src/components/App.js @@ -140,9 +140,9 @@ class App extends Component {
-

{this.state.currentQuestion}

+

{this.state.currentQuestion}

{this.state.currentSticker ? - + : null}
{this.state.currentResponses ? currentOptions : null}