Skip to content

Commit efa3d23

Browse files
committed
Remove unnecessary (and possibly duplicate key).
1 parent b50e0eb commit efa3d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/components/kudos/PublicKudosCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const KudosCard = ({ kudos }) => {
5858
tooltip += prefix + `${member.firstName} ${member.lastName}`;
5959
prefix = ", ";
6060
}
61-
return <Tooltip arrow key="multi-member-tooltip" title={tooltip}>
61+
return <Tooltip arrow title={tooltip}>
6262
{`+${num}`}
6363
</Tooltip>;
6464
};

0 commit comments

Comments
 (0)