Skip to content

Commit

Permalink
hide first and last paging buttons to avoid layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Apr 2, 2024
1 parent 6b38d92 commit 909ef17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/NodesAuctionList/NodesAuctionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export const NodesAuctionList = () => {
itemsPerPage={pageSize}
total={totalNodes}
className='d-flex ms-auto me-auto me-sm-0'
showFirstAndLast={false}
show
/>
)}
Expand Down

0 comments on commit 909ef17

Please sign in to comment.