From 0f245e1474188cdd014f293d5a0c1fad2ffb493d Mon Sep 17 00:00:00 2001 From: fvictorio Date: Tue, 27 Nov 2018 15:22:01 -0300 Subject: [PATCH] Remove nextPageUrl from state --- apps/block_scout_web/assets/js/pages/address.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/block_scout_web/assets/js/pages/address.js b/apps/block_scout_web/assets/js/pages/address.js index 7545cbce68..c3b3b324e8 100644 --- a/apps/block_scout_web/assets/js/pages/address.js +++ b/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) {