Skip to content

Commit 7435c41

Browse files
author
Stefan Schießl
authored
Merge pull request #37 from hldzlk/patch-1
Update ChainStore.js
2 parents 6bad1cf + 351de9f commit 7435c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chain/src/ChainStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ class ChainStore {
882882
fetch_account = current === undefined;
883883
if (
884884
!fetch_account &&
885-
(current && current.get("name") && current.has("balances"))
885+
(current && current.get && current.get("name") && current.has("balances"))
886886
)
887887
return current;
888888
} else if (!subChanged) {

0 commit comments

Comments
 (0)