diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index c57e975..57c18f3 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -17,7 +17,7 @@ class Main extends Component { super(props); this.state = { files: [], - text: "", + status_text: "", status: "", faq: false, results: [], @@ -163,12 +163,12 @@ class Main extends Component { {this.state.status == "success" && -