diff --git a/README.md b/README.md
index 848e910..4723c59 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a single page app (SPA) based on [react-bootstrap](https://www.npmjs.com
This app can be compiled and uploaded to Filecoin via [web3.storage](https://web3.storage). This means a censorship-resistant front-end app (SPA) can be built, which communicates with a censorship-resistant back-end.
-- [Live Demo on Filecoin](https://bafybeieawisnppueyqxeqjnu6d67jogu7xt7cypshx3q3k55yizphg3tia.ipfs.dweb.link/)
+- [Live Demo on Filecoin](https://bafybeibp6zaa7rjwamxagleukndta4il7w6hntztkq3oot222kzipw4bda.ipfs.dweb.link/)
## Major Features
- [react-bootstrap](https://react-bootstrap.github.io/) is used for general style and layout control.
diff --git a/src/App.js b/src/App.js
index e8ea330..4478f26 100644
--- a/src/App.js
+++ b/src/App.js
@@ -39,15 +39,15 @@ class App extends React.Component {
this.state = {
wallet: false, // BCH wallet instance
menuState: 0, // The current View being displayed in the app
- serverUrl,
- servers: defaultServerOptions,
+ serverUrl, // Stores the URL for the currently selected server.
+ servers: defaultServerOptions, // A list of back end servers.
// Startup Modal
showStartModal: true, // Should the startup modal be visible?
asyncInitFinished: false, // Did startup finish?
asyncInitSucceeded: null, // Did startup finish successfully?
- modalBody: [],
- hideSpinner: false
+ modalBody: [], // Strings displayed in the modal
+ hideSpinner: false // Spinner gif in modal
}
this.cnt = 0
diff --git a/src/components/app-body/index.js b/src/components/app-body/index.js
index c4705b9..f04691b 100644
--- a/src/components/app-body/index.js
+++ b/src/components/app-body/index.js
@@ -15,7 +15,7 @@ import Placeholder2 from '../placeholder2'
import Placeholder3 from '../placeholder3'
import ServerSelectView from '../servers/select-server-view'
-let _this
+// let _this
class AppBody extends React.Component {
constructor (props) {
@@ -28,7 +28,7 @@ class AppBody extends React.Component {
appData: props.appData
}
- _this = this
+ // _this = this
}
render () {
@@ -46,7 +46,7 @@ class AppBody extends React.Component {
switch (menuState) {
case 0:
- return (
Error: {`${err.message}`}
) }) } }