updating channels when seal unlocked

This commit is contained in:
balzack 2023-02-27 23:22:24 -08:00
parent 0cdf493682
commit 499ce44328

View File

@ -197,7 +197,7 @@ export function useChannels() {
useEffect(() => { useEffect(() => {
syncChannels(); syncChannels();
}, [app.state, card.state, channel.state, state.filter]); }, [app.state, card.state, channel.state, state.filter, state.sealable]);
const syncChannels = async () => { const syncChannels = async () => {
if (syncing.current) { if (syncing.current) {