Skip to content

Commit

Permalink
Well - Propagate supported properties to HTML element
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Jul 25, 2023
1 parent 341fb7c commit c1d63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Well/Well.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Well({
const callsToAction = [];
if (links)
for (const link of links) {
callsToAction.push(<ListItem>{link}</ListItem>);
callsToAction.push(<ListItem key={link.key}>{link}</ListItem>);
}

return (
Expand Down

0 comments on commit c1d63ac

Please sign in to comment.