pull/161/head
ardaninsaturnu 3 years ago
parent 2b93d0abfe
commit 230c99f66c

@ -64,7 +64,7 @@ const personAge = (
// JSX element, main
const techs = ['HTML', 'CSS', 'JavaScript']
const techsFormatted = techs.map((tech) => <li>{tech}</li>)
const techsFormatted = techs.map((tech) => <li key={tech}>{tech}</li>)
const user = (
<div>

Loading…
Cancel
Save