Skip to content

Commit

Permalink
Merge branch 'feat/add-validation-tab' into feat/add-delegation-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder committed Feb 26, 2024
2 parents 77a72d8 + 2b52a49 commit 4d47364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const AddressPageTabbedSections: React.FC<IAddressPageTabbedSectionsProps
foundries={(addressState as IAccountAddressState).foundries}
/>,
<AccountValidatorSection
key={`account-foundry-${addressBech32}`}
key={`account-validator-${addressBech32}`}
validatorDetails={(addressState as IAccountAddressState).validatorDetails}
/>,
]
Expand Down

0 comments on commit 4d47364

Please sign in to comment.