We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da07c22 commit 55b7212Copy full SHA for 55b7212
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
131
<IonGrid>
132
<IonRow>
133
{photos.map((photo, index) => (
134
- <IonCol size="6" key={index}>
+ <IonCol size="6" key={photo.filepath}>
135
<IonImg src={photo.webviewPath} />
136
</IonCol>
137
))}
0 commit comments