Skip to content

Commit

Permalink
Revert set state
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 17, 2024
1 parent 73faa22 commit 81252b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function OnboardingScreen() {
<View style={styles.datePickerButton}>
<Pressable
onPress={() => {
setShowDatePicker(true);
setShowDatePicker(!showDatePicker);
}}
>
<View pointerEvents="none">
Expand Down

0 comments on commit 81252b8

Please sign in to comment.