Skip to content

Commit

Permalink
fix: WorkspaceMembersPage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Mar 6, 2025
1 parent e3f47f5 commit e6f97e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ function WorkspaceMembersPage({personalDetails, route, policy, currentUserPerson
listHeaderWrapperStyle={[styles.ph9, styles.pv3, styles.pb5]}
listHeaderContent={shouldUseNarrowLayout ? <View style={[styles.pr5]}>{getHeaderContent()}</View> : null}
showScrollIndicator={false}
addBottomSafeAreaPadding
/>
</View>
</>
Expand Down

0 comments on commit e6f97e7

Please sign in to comment.