lbry-desktop/ui/redux
infinite-persistence da691f286e
Assume weekly_watch is claimed when data is insufficient (#1806)
## Issue
If the reward-list fetch is slow, the selector assumes the weekly_watch hasn't been claimed yet, causing an unnecessary claim.

## Change
The selector now tells the caller if there is no data -- up to caller on what to do (in this case, don't claim the reward).

It should be harmless if the claim action was missed, since the user can still manually claim it.
2022-07-07 05:16:36 -04:00
..
actions Assume weekly_watch is claimed when data is insufficient (#1806) 2022-07-07 05:16:36 -04:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers tus: don't allow 'notify' to be sent again (#1778) 2022-06-30 19:30:08 -04:00
selectors Assume weekly_watch is claimed when data is insufficient (#1806) 2022-07-07 05:16:36 -04:00