Skip to content

Commit

Permalink
Fix react children keys error
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Jul 22, 2022
1 parent ef72e2e commit 77de7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/widgets/resources/components/app.jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ define(['underscore', 'react', 'prop-types'], function(_, React, PropTypes) {
<div className="resources__content">
{_.map(items, (item) => (
<a
key={item.name}
href={item.url}
target="_blank"
rel="noreferrer noopener"
Expand Down

0 comments on commit 77de7cc

Please sign in to comment.