Move getChannelLevel to a selector.

## Issue
5636: Disable video previews in comments/posts made by channels below a certain channel staked level
This commit is contained in:
infiinte-persistence 2021-03-09 14:23:25 +08:00 committed by Sean Yesmunt
commit bf3645df44
4 changed files with 89 additions and 6 deletions

View file

@ -163,6 +163,8 @@ export {
makeSelectEffectiveAmountForUri,
makeSelectTagsForUri,
makeSelectTagInClaimOrChannelForUri,
makeSelectTotalStakedAmountForChannelUri,
makeSelectStakedLevelForChannelUri,
makeSelectContentTypeForUri,
makeSelectIsUriResolving,
makeSelectPendingClaimForUri,