diff --git a/react/src/components/dashboard/walletsData/walletsData.js b/react/src/components/dashboard/walletsData/walletsData.js index 28dbba5..12b4554 100644 --- a/react/src/components/dashboard/walletsData/walletsData.js +++ b/react/src/components/dashboard/walletsData/walletsData.js @@ -31,7 +31,7 @@ import io from 'socket.io-client'; const socket = io.connect(`http://127.0.0.1:${Config.agamaPort}`);*/ -const BOTTOM_BAR_DISPLAY_THRESHOLD = 10; +const BOTTOM_BAR_DISPLAY_THRESHOLD = 15; class WalletsData extends React.Component { constructor(props) { @@ -45,8 +45,8 @@ class WalletsData extends React.Component { totalStackLength: 0, useCache: true, itemsListColumns: this.generateItemsListColumns(), - defaultPageSize: 10, - pageSize: 10, + defaultPageSize: 20, + pageSize: 20, showPagination: true, searchTerm: null, coin: null, diff --git a/react/src/components/dashboard/walletsData/walletsData.render.js b/react/src/components/dashboard/walletsData/walletsData.render.js index 3442509..9a4ae8d 100644 --- a/react/src/components/dashboard/walletsData/walletsData.render.js +++ b/react/src/components/dashboard/walletsData/walletsData.render.js @@ -194,7 +194,7 @@ export const TxHistoryListRender = function() { nextText={ translate('INDEX.NEXT_PAGE') } previousText={ translate('INDEX.PREVIOUS_PAGE') } showPaginationBottom={ this.state.showPagination } - pageSize={ this.pageSize } + pageSize={ this.state.pageSize } defaultSortMethod={ this.tableSorting } defaultSorted={[{ // default sort id: 'timestamp',