Skip to content

Commit

Permalink
Update components/use-encrypted-privates.js
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
riccardobl and Copilot authored Dec 23, 2024
1 parent c6f36c0 commit ac313ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/use-encrypted-privates.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function useEncryptedPrivates ({ me }) {
setLocalValue(storageKey(key), value)
}
refreshEncryptedPrivates()
}, [getEncryptedPrivates])
}, [getEncryptedPrivates, refreshEncryptedPrivates])

return { encryptedPrivates: innerEncryptedPrivatesState, getEncryptedPrivates, setEncryptedSettings, clearLocalEncryptedPrivates, onVaultKeySet, beforeDisconnectVault, refreshEncryptedPrivates }
}

0 comments on commit ac313ff

Please sign in to comment.