more channel refactor

This commit is contained in:
Roland Osborne 2023-01-16 22:19:36 -08:00
parent 2f74c8bd3d
commit 5625fe4e89

View File

@ -130,6 +130,8 @@ export function useChannelItem(cardId, channelId, filter, active) {
setChannelRevision.current = channelItem?.revision; setChannelRevision.current = channelItem?.revision;
} }
setSealKey.current = account.state.sealKey; setSealKey.current = account.state.sealKey;
setChannelId.current = channelId;
setCardId.current = cardId;
}; };
const setChannelItem = (cardItem, channelItem) => { const setChannelItem = (cardItem, channelItem) => {