mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
more channel refactor
This commit is contained in:
parent
2f74c8bd3d
commit
5625fe4e89
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user