Skip to content

Commit

Permalink
Fix missing key warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Mar 20, 2018
1 parent 529915c commit 230cc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/static/scripts/common/components/EntityLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Comment = ({className, comment}) => (
<Frag>
{' '}
<span className={className}>
{bracketed(isolateText(comment), {__react: true})}
{bracketed(<bdi key="comment">{comment}</bdi>, {__react: true})}
</span>
</Frag>
);
Expand Down

0 comments on commit 230cc07

Please sign in to comment.