Skip to content

Commit

Permalink
Fix react key prop error.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Jan 25, 2024
1 parent 2aceeb8 commit 0099770
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const ContactsSummarySection = ({
submission.stateContacts.map(
(stateContact, index) => (
<DataDetail
key={'statecontact_' + index}
id={'statecontact_' + index}
label={`Contact ${index + 1}`}
children={
Expand Down

0 comments on commit 0099770

Please sign in to comment.