Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
markokoskinen2037 committed May 13, 2020
1 parent 67f4675 commit e1055c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/UsersPage/OwnerLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function OwnerLinks() {
]
const content = `${programmeKey},\t(${localizedProgName}),\t${shareUrl}`

return <pre>{content}</pre>
return <pre key={code}>{content}</pre>
})}
</div>
)
Expand Down

0 comments on commit e1055c0

Please sign in to comment.