telosnetwork / open-block-explorer

The Open Block Explorer (OBE) is the first open source block explorer that is designed to support all AntelopeIO-based blockchains.
https://explorer.telos.net
Apache License 2.0
27 stars 24 forks source link

Page navigation is broken on the home page #868

Closed Viterbo closed 3 months ago

Viterbo commented 3 months ago

Describe the bug Page navigation is broken on the home page

To Reproduce

  1. Go to https://explorer.telos.net/network?page=1,10
  2. Scroll down to the bottom to see the pagination buttons
  3. You can't press the buttons

Expected behavior The Block transaction table should be different from the home page transaction table component. In the first case (block page), it should run pagination locally, as it does now. In the second case (home page), it should work as it did before this PR was merged.

Screenshots image