store pendingById #418

Merged
jessopb merged 7 commits from pending into master 2021-07-05 15:42:33 +02:00
Showing only changes of commit d4d927ce7b - Show all commits

View file

@ -10,6 +10,7 @@ import {
selectClaimsByUri,
selectMyChannelClaims,
selectPendingIds,
selectPendingClaimsById,
} from 'redux/selectors/claims';
import { doFetchTxoPage } from 'redux/actions/wallet';
@ -24,7 +25,6 @@ import {
doFetchItemsInCollections,
doCollectionDelete,
} from 'redux/actions/collections';
import { selectPendingClaimsById } from '../selectors/claims';
let checkPendingCallbacks = [];
let checkPendingInterval;