Double the footer on the list members flatlist
This commit is contained in:
parent
fc85901a46
commit
c5f8909ecf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue