Skip to content

Commit

Permalink
spacing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AnassHmida authored Nov 6, 2023
1 parent 861d52e commit 860cb1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Date/DatePickerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ export function DatePickerModal(
dimensions.width > 650 ? styles.modalContentBig : null,
]}
>

{disableStatusBarPadding ? null :
(
{disableStatusBarPadding ? null : (
<View
style={[
{
Expand Down

0 comments on commit 860cb1d

Please sign in to comment.