Remove nextPageUrl from state

pull/1137/head
fvictorio 6 years ago committed by Felipe Renan
parent d147e94fee
commit 0f245e1474
  1. 4
      apps/block_scout_web/assets/js/pages/address.js

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

Loading…
Cancel
Save