diff --git a/docs/react/your-first-app/2-taking-photos.md b/docs/react/your-first-app/2-taking-photos.md index 90c527521bd..513d1a19d1f 100644 --- a/docs/react/your-first-app/2-taking-photos.md +++ b/docs/react/your-first-app/2-taking-photos.md @@ -131,7 +131,7 @@ With the photo(s) stored into the main array we can display the images on the sc {photos.map((photo, index) => ( - + ))}