fix: 🐛
This commit is contained in:
parent
c777a1564e
commit
6bfae35f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export function UserTrustProvider({ children }: { children: React.ReactNode }) {
|
||||||
if (!currentPubkey || !enabled) return true
|
if (!currentPubkey || !enabled) return true
|
||||||
return wotSet.has(pubkey)
|
return wotSet.has(pubkey)
|
||||||
},
|
},
|
||||||
[enabled]
|
[currentPubkey, enabled]
|
||||||
)
|
)
|
||||||
|
|
||||||
const updateEnabled = (enabled: boolean) => {
|
const updateEnabled = (enabled: boolean) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue