mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
Adding comments
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user