Double the footer on the list members flatlist

This commit is contained in:
Paul Frazee 2023-12-11 15:52:00 -08:00
parent fc85901a46
commit c5f8909ecf

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>
),