add selector for commet loading state

This commit is contained in:
Sean Yesmunt 2020-05-25 14:00:22 -04:00
commit d2079111b3
3 changed files with 9 additions and 1 deletions

View file

@ -254,7 +254,7 @@ export {
selectPurchaseUriSuccess,
} from 'redux/selectors/claims';
export { makeSelectCommentsForUri } from 'redux/selectors/comments';
export { makeSelectCommentsForUri, selectIsFetchingComments } from 'redux/selectors/comments';
export {
makeSelectFileInfoForUri,