Double the footer on the list members flatlist

zio/stable
Paul Frazee 2023-12-11 15:52:00 -08:00
parent fc85901a46
commit c5f8909ecf
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ export function ListMembers({
const Footer = React.useCallback(
() => (
<View style={{paddingTop: 20, paddingBottom: 200}}>
<View style={{paddingTop: 20, paddingBottom: 400}}>
{isFetching && <ActivityIndicator />}
</View>
),