Skip to content
Snippets Groups Projects
Commit 8b7f4453 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Warning: Each child in a list should have a unique "key" prop.

parent 1754dfd1
No related branches found
No related tags found
No related merge requests found
Pipeline #465113 failed
......@@ -651,7 +651,7 @@ function createDrugSteckbrief(data: DrugDatensatz){
}
examplelist.push(
<div className="drug">
<div key={index+500} className="drug">
<H4 text={data.examples[index].title}/>
<ul key={index}>{absaetze}</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment