lbry-desktop/ui/redux
infinite-persistence 07750bfb4c
Fix memo: selectMyChannelClaims, selectActiveChannelClaim
## Issue
These should never recalculate after `channel_list` has been fetched, but they do because of poor selector dependency.

## Change
With the `byId` changes from the previous commit, we are now able to memoize these selectors correctly.
2021-11-09 07:03:20 +08:00
..
actions Allow moderators to delete comment (#235) 2021-11-08 12:22:40 -05:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Don't update 'byId' if no changes + add 'selectClaimWithId' 2021-11-09 07:03:20 +08:00
selectors Fix memo: selectMyChannelClaims, selectActiveChannelClaim 2021-11-09 07:03:20 +08:00