Skip to content

Commit

Permalink
one more log
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiecarlton committed Jul 18, 2024
1 parent 29964f0 commit bf08adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stores/useClientStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const makeUseClientStore = ({ useInterfaceStore, onInit, fetchKycLevel }) => def
// This could be more efficient by inspecting the contents of mutation
this.isReady = state.isReady

console.log('^&* useClientStore agent state', state)

this.hasMemproofs = state?.agentState?.hasMemproofs

if (state.appInfo?.agent_pub_key) {
Expand Down

0 comments on commit bf08adb

Please sign in to comment.