diff options
| author | Brian Kim <brian@tagg.id> | 2021-07-16 14:52:52 -0400 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-07-16 14:52:52 -0400 |
| commit | 44edf83220a50b96fbdc67f505f4117bae6eb235 (patch) | |
| tree | 5546fc32a07888df248bcf630dd3d35c278c9d4d /src/screens/onboarding/ProfileInfoOnboarding.tsx | |
| parent | 82e2ebed641463e31eb304846eafd664368f60b8 (diff) | |
Clean up code
Diffstat (limited to 'src/screens/onboarding/ProfileInfoOnboarding.tsx')
| -rw-r--r-- | src/screens/onboarding/ProfileInfoOnboarding.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/onboarding/ProfileInfoOnboarding.tsx b/src/screens/onboarding/ProfileInfoOnboarding.tsx index 1d068a2c..cdfbea8f 100644 --- a/src/screens/onboarding/ProfileInfoOnboarding.tsx +++ b/src/screens/onboarding/ProfileInfoOnboarding.tsx @@ -108,7 +108,6 @@ const ProfileInfoOnboarding: React.FC<ProfileInfoOnboardingProps> = ({ cropperToolbarTitle: 'Select Profile Picture', mediaType: 'photo', cropperCircleOverlay: true, - compressVideoPreset: 'Passthrough', }).then((picture) => { if ('path' in picture) { setForm({ |
