Skip to content

Commit cde250c

Browse files
committed
fix(report): add missing key
1 parent 1d924f1 commit cde250c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

report/www/pages/summary/[id].tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ const Summary = ({ id }: { id: string }) => {
310310
<div
311311
className={fr.cx("fr-col-3", "fr-m-1w", "fr-p-3w")}
312312
style={{ textAlign: "center", border: "1px solid #ccc" }}
313+
key={stat.title}
313314
>
314315
<div className={fr.cx("fr-text--lead", "fr-text--heavy")}>
315316
{stat.title}

0 commit comments

Comments
 (0)