changed the names of the methods

This commit is contained in:
Daria Golova
2022-07-06 19:32:31 +03:00
parent 944c9989e9
commit 18bf373508
4 changed files with 53 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ class Store {
}
saveDataRegistration(data) {
this._accountData = data;
this._accountData = [data];
};
fetchNodeInfo() {