|
|
@ -26,9 +26,7 @@ export const initialState = { |
|
|
|
internalTransactions: [], |
|
|
|
internalTransactions: [], |
|
|
|
internalTransactionsBatch: [], |
|
|
|
internalTransactionsBatch: [], |
|
|
|
|
|
|
|
|
|
|
|
beyondPageOne: null, |
|
|
|
beyondPageOne: null |
|
|
|
|
|
|
|
|
|
|
|
nextPageUrl: $('[data-selector="transactions-list"]').length ? URI(window.location).addQuery({ type: 'JSON' }).toString() : null |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function reducer (state = initialState, action) { |
|
|
|
function reducer (state = initialState, action) { |
|
|
|