From 1dd2d4cff5b86dc9169d761198b9257227e9c11d Mon Sep 17 00:00:00 2001 From: jessop Date: Tue, 10 Mar 2020 10:08:23 -0400 Subject: [PATCH] export taglist selector --- dist/bundle.es.js | 1 + src/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/bundle.es.js b/dist/bundle.es.js index ed167eb..39b13cd 100644 --- a/dist/bundle.es.js +++ b/dist/bundle.es.js @@ -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; diff --git a/src/index.js b/src/index.js index 7dd8200..0d84118 100644 --- a/src/index.js +++ b/src/index.js @@ -333,6 +333,7 @@ export { export { selectFollowedTags, + selectFollowedTagsList, selectUnfollowedTags, makeSelectIsFollowingTag, } from 'redux/selectors/tags'; -- 2.45.2