Skip to content

Commit

Permalink
fix: key string
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder committed Feb 26, 2024
1 parent a9c006a commit 2b52a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 2b52a49

Please sign in to comment.