File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
docs/react/your-first-app
versioned_docs/version-v7/react/your-first-app Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,6 @@ const Tab2: React.FC = () => {
120120 <IonContent >
121121 { /* ...existing code... */ }
122122
123- <IonFab vertical = " bottom" horizontal = " center" slot = " fixed" >
124- <IonFabButton onClick = { () => addNewToGallery ()} >
125- <IonIcon icon = { camera } ></IonIcon >
126- </IonFabButton >
127- </IonFab >
128-
129123 { /* CHANGE: Add action sheet for deleting photos */ }
130124 <IonActionSheet
131125 isOpen = { !! photoToDelete }
Original file line number Diff line number Diff line change @@ -120,12 +120,6 @@ const Tab2: React.FC = () => {
120120 <IonContent >
121121 { /* ...existing code... */ }
122122
123- <IonFab vertical = " bottom" horizontal = " center" slot = " fixed" >
124- <IonFabButton onClick = { () => addNewToGallery ()} >
125- <IonIcon icon = { camera } ></IonIcon >
126- </IonFabButton >
127- </IonFab >
128-
129123 { /* CHANGE: Add action sheet for deleting photos */ }
130124 <IonActionSheet
131125 isOpen = { !! photoToDelete }
You can’t perform that action at this time.
0 commit comments