Skip to content

Commit

Permalink
Add missing key for pagination buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Jan 15, 2024
1 parent 4d22b07 commit b60c2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dapp/src/components/TransactionHistory/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function Table({ data }: { data: StakeHistory[] }) {
{PAGINATION_BUTTONS.map(({ ariaLabel, onClick, isDisabled, icon }) => (
// TODO: Update the button styles
<IconButton
key={ariaLabel}
variant="ghost"
background="white"
aria-label={ariaLabel}
Expand Down

0 comments on commit b60c2f7

Please sign in to comment.