diff --git a/client/src/components/App.js b/client/src/components/App.js index df6d8ac..4031d65 100644 --- a/client/src/components/App.js +++ b/client/src/components/App.js @@ -144,8 +144,7 @@ class App extends Component {

{this.state.currentQuestion}

{this.state.currentSticker ? - :null} -

Je fais quoi ?

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