cleanup
This commit is contained in:
parent
b93598b0ff
commit
88370997b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue