diff --git a/src/stores/useClientStore.js b/src/stores/useClientStore.js index a43f593..cf5f61e 100644 --- a/src/stores/useClientStore.js +++ b/src/stores/useClientStore.js @@ -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) {