We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d924f1 commit cde250cCopy full SHA for cde250c
1 file changed
report/www/pages/summary/[id].tsx
@@ -310,6 +310,7 @@ const Summary = ({ id }: { id: string }) => {
310
<div
311
className={fr.cx("fr-col-3", "fr-m-1w", "fr-p-3w")}
312
style={{ textAlign: "center", border: "1px solid #ccc" }}
313
+ key={stat.title}
314
>
315
<div className={fr.cx("fr-text--lead", "fr-text--heavy")}>
316
{stat.title}
0 commit comments