lbry-desktop/ui/component/claimPreview
infinite-persistence dcd93af6eb
Fix inability to unblock an abandoned claim
The recent change to parse the channel from a Repost using a `claim` ended up breaking the case for abandoned claims, which `claim` will be `null`.

Fix by looking at `claim` first (faster), and falling back to the `parseURI` method if it remains inconclusive.
2021-12-01 21:21:09 +08:00
..
claim-preview-loading.jsx Eliminate CLS in Recommended due to wrapper mismatch 2021-07-23 13:23:52 +08:00
claim-preview-no-content.jsx show loading while searching 2020-12-28 15:00:15 -05:00
claim-preview-no-mature.jsx show loading while searching 2020-12-28 15:00:15 -05:00
index.js Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
view.jsx Fix inability to unblock an abandoned claim 2021-12-01 21:21:09 +08:00