diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8ed87f88a..a74c7fc8d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1576,4 +1576,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: eff4b75123af5d6680139a78c055b44ad37c269b -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/src/components/ObsEdit/BottomButtons.tsx b/src/components/ObsEdit/BottomButtons.tsx index ecc63cda7..51c623ad7 100644 --- a/src/components/ObsEdit/BottomButtons.tsx +++ b/src/components/ObsEdit/BottomButtons.tsx @@ -40,18 +40,6 @@ const BottomButtons = ( { const isSaving = buttonPressed === "save" && loading; const disabled = buttonPressed !== null; - const saveButton = ( -