Skip to content

Commit

Permalink
add key prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Nov 2, 2023
1 parent a35cb5f commit ae777fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Overview: FC<{ className?: string; overview: OverviewType }> = ({ classNam
extraDetails = (
<>
{changes.map((change) => (
<UpdateParams changes={change} className="accordion" />
<UpdateParams changes={change} className="accordion" key={change.type} />
))}
</>
);
Expand Down

0 comments on commit ae777fc

Please sign in to comment.