Skip to content

Commit

Permalink
fix(report): add missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Mar 5, 2024
1 parent 1d924f1 commit cde250c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report/www/pages/summary/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ const Summary = ({ id }: { id: string }) => {
<div
className={fr.cx("fr-col-3", "fr-m-1w", "fr-p-3w")}
style={{ textAlign: "center", border: "1px solid #ccc" }}
key={stat.title}
>
<div className={fr.cx("fr-text--lead", "fr-text--heavy")}>
{stat.title}
Expand Down

0 comments on commit cde250c

Please sign in to comment.