pull/73/head
Derrek Gass 5 years ago
parent 70366ffee6
commit 665d601144

@ -125,7 +125,7 @@
const techs = ['HTML', 'CSS', 'JavaScript']
// format before injection
const techsFormatted = techs.map((tech) => <li>{tech}</li>)
const techsFormatted = techs.map((tech) => <li key={tech}>{tech}</li>)
const header = (
<header>

Loading…
Cancel
Save