Skip to content

Commit

Permalink
remove holochain store from holoport store
Browse files Browse the repository at this point in the history
  • Loading branch information
Paterick committed Sep 20, 2023
1 parent a1ba0a5 commit 595cbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/useHoloportAPIStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { defineStore } from 'pinia'
import { listify } from '../utils'
import { kycLevel2 } from '../services/hbs'

const makeUseHoloportAPIStore = ({ useHolochainStore }) => defineStore('holoportAPI', {
const makeUseHoloportAPIStore = () => defineStore('holoportAPI', {
state: () => ({
client: null,
// These two values are subscribed to by clientStore
appInfo: useHolochainStore().appInfo,
appInfo: null,
isReady: false,
signingCredentials: null
}),
Expand Down

0 comments on commit 595cbab

Please sign in to comment.