Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Jun 13, 2024
1 parent deacf10 commit d03e933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(tabs)/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ function SettingsScreen() {
},
{
text: 'Cancel',
onPress: () => { },
onPress: () => {},
style: 'cancel',
},
],
{
cancelable: true,
onDismiss: () => { },
onDismiss: () => {},
},
);

Expand Down

0 comments on commit d03e933

Please sign in to comment.