changed the names of the methods
This commit is contained in:
@@ -48,7 +48,7 @@ class Store {
|
||||
}
|
||||
|
||||
saveDataRegistration(data) {
|
||||
this._accountData = data;
|
||||
this._accountData = [data];
|
||||
};
|
||||
|
||||
fetchNodeInfo() {
|
||||
|
||||
Reference in New Issue
Block a user