Skip to content

Commit

Permalink
fix: bottom sheet size on organization profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Birloi Florian authored and Birloi Florian committed Aug 9, 2023
1 parent 11bfcb6 commit a0f223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/src/screens/OrganizationProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const OrganizationProfile = ({ navigation, route }: any) => {
() =>
organization?.organizationVolunteerStatus ===
OrganizatinVolunteerStatus.ACCESS_REQUEST_PENDING
? ['1%', 420]
: ['1%', 300],
? ['1%', 300]
: ['1%', 420],
[organization],
);

Expand Down

0 comments on commit a0f223b

Please sign in to comment.