We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff31c6 commit 74c009dCopy full SHA for 74c009d
src/components/ChallengeEditor/ChallengeView/index.js
@@ -165,7 +165,7 @@ const ChallengeView = ({
165
)}
166
<div>
167
{ challenge.discussions && challenge.discussions.map(d => (
168
- <div className={cn(styles.row, styles.topRow)}>
+ <div key={d.id} className={cn(styles.row, styles.topRow)}>
169
<div className={styles.col}>
170
<span><span className={styles.fieldTitle}>Forum:</span> <a href={d.url} target='_blank' rel='noopener noreferrer'>{d.name}</a></span>
171
</div>
0 commit comments