Refactoring method saveDataRegistration in store

This commit is contained in:
DwCay
2022-07-11 11:15:53 +03:00
parent 138047fa10
commit 0fb5764a70

View File

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