Skip to content

Commit

Permalink
revert change to client store
Browse files Browse the repository at this point in the history
  • Loading branch information
Paterick committed Sep 20, 2023
1 parent 0fa34fb commit a1ba0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useClientStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const makeUseClientStore = ({ useInterfaceStore, onInit }) => defineStore('clien

useInterfaceStore().$subscribe((_, state) => {
// This could be more efficient by inspecting the contents of mutation
this.isReady = useInterfaceStore().isReady
this.isReady = state

if (state.appInfo?.agent_pub_key) {
this.agentKey = state.appInfo.agent_pub_key
Expand Down

0 comments on commit a1ba0a5

Please sign in to comment.