Merge pull request #285 from lbryio/tagsAnalytics
export taglist selector
This commit is contained in:
commit
0ce0cf1de3
2 changed files with 2 additions and 0 deletions
1
dist/bundle.es.js
vendored
1
dist/bundle.es.js
vendored
|
@ -6345,6 +6345,7 @@ exports.selectFileListPublishedSort = selectFileListPublishedSort;
|
|||
exports.selectFilteredTransactionCount = selectFilteredTransactionCount;
|
||||
exports.selectFilteredTransactions = selectFilteredTransactions;
|
||||
exports.selectFollowedTags = selectFollowedTags;
|
||||
exports.selectFollowedTagsList = selectFollowedTagsList;
|
||||
exports.selectGettingNewAddress = selectGettingNewAddress;
|
||||
exports.selectHasTransactions = selectHasTransactions;
|
||||
exports.selectIsFetchingClaimListMine = selectIsFetchingClaimListMine;
|
||||
|
|
|
@ -333,6 +333,7 @@ export {
|
|||
|
||||
export {
|
||||
selectFollowedTags,
|
||||
selectFollowedTagsList,
|
||||
selectUnfollowedTags,
|
||||
makeSelectIsFollowingTag,
|
||||
} from 'redux/selectors/tags';
|
||||
|
|
Loading…
Reference in a new issue