From 0fb5764a701a9053ec185c644d740e2f2eb048e4 Mon Sep 17 00:00:00 2001 From: DwCay Date: Mon, 11 Jul 2022 11:15:53 +0300 Subject: [PATCH] Refactoring method saveDataRegistration in store --- src/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/store.js b/src/store/store.js index a378f61..92d8de7 100644 --- a/src/store/store.js +++ b/src/store/store.js @@ -48,7 +48,7 @@ class Store { } saveDataRegistration(data) { - this._accountData = [data]; + this._accountData = data; }; fetchNodeInfo() {