From 8e94971ee3a1434e7170a58be7ab858aad02acbe Mon Sep 17 00:00:00 2001 From: Nikos Date: Thu, 21 Nov 2019 11:56:03 +0100 Subject: [PATCH] Update App.js --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 9864493..26bd65a 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,7 @@ import './App.css'; class SlackMessage extends Component { constructor(props) { super(props); - this.state = { loading: false, text: null, error: null, success: false }; + this.state = { loading: false, text: '', error: null, success: false }; } generateHeaders() { @@ -85,4 +85,4 @@ class App extends Component { } } -export default App; \ No newline at end of file +export default App;