Rm index from the key

This commit is contained in:
katspaugh 2021-06-08 13:10:32 +02:00
parent f0025e9b22
commit ae1a74e376
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ const ReviewComponent = ({ userAddress, values }: Props): ReactElement => {
</Block>
<Hairline />
{owners.map((address, index) => (
<Fragment key={`${address}_${index}`}>
<Fragment key={address}>
<Row className={classes.owner} testId={'load-safe-review-owner-name-' + index}>
<Col align="center" xs={12}>
<EthHashInfo