Skip to content

Commit 80fb427

Browse files
committed
docs(react): remove redundant comment
1 parent ea823a9 commit 80fb427

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/react/your-first-app/3-saving-photos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export function usePhotoGallery() {
7777
setPhotos(newPhotos);
7878
};
7979

80-
// CHANGE: Add `savePicture()` method
8180
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
8281
return {
8382
filepath: 'soon...',

versioned_docs/version-v7/react/your-first-app/3-saving-photos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export function usePhotoGallery() {
7777
setPhotos(newPhotos);
7878
};
7979

80-
// CHANGE: Add `savePicture()` method
8180
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
8281
return {
8382
filepath: 'soon...',

0 commit comments

Comments
 (0)