diff --git a/react/src/components/dashboard/walletsData.js b/react/src/components/dashboard/walletsData.js index 171f87b..20e3a31 100644 --- a/react/src/components/dashboard/walletsData.js +++ b/react/src/components/dashboard/walletsData.js @@ -243,7 +243,7 @@ class WalletsData extends React.Component { this.updateCurrentPage(this.state.activePage - 1)}>Previous {this.renderPaginationItems()} -
  • +
  • Math.floor(this.props.ActiveCoin.txhistory.length / this.state.itemsPerPage) ? 'paginate_button next disabled' : 'paginate_button next'} id="kmd-tx-history-tbl_next"> this.updateCurrentPage(this.state.activePage + 1)}>Next
  • diff --git a/react/src/components/dashboard/walletsNativeTxHistory.js b/react/src/components/dashboard/walletsNativeTxHistory.js index 9efd521..e58bffc 100644 --- a/react/src/components/dashboard/walletsNativeTxHistory.js +++ b/react/src/components/dashboard/walletsNativeTxHistory.js @@ -151,7 +151,7 @@ class WalletsNativeTxHistory extends React.Component { this.updateCurrentPage(this.state.activePage - 1)}>Previous {this.renderPaginationItems()} -
  • +
  • Math.floor(this.props.ActiveCoin.txhistory.length / this.state.itemsPerPage) ? 'paginate_button next disabled' : 'paginate_button next'} id="kmd-tx-history-tbl_next"> this.updateCurrentPage(this.state.activePage + 1)}>Next