Double the footer on the list members flatlist
parent
fc85901a46
commit
c5f8909ecf
|
@ -202,7 +202,7 @@ export function ListMembers({
|
||||||
|
|
||||||
const Footer = React.useCallback(
|
const Footer = React.useCallback(
|
||||||
() => (
|
() => (
|
||||||
<View style={{paddingTop: 20, paddingBottom: 200}}>
|
<View style={{paddingTop: 20, paddingBottom: 400}}>
|
||||||
{isFetching && <ActivityIndicator />}
|
{isFetching && <ActivityIndicator />}
|
||||||
</View>
|
</View>
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue