diff options
Diffstat (limited to 'src/view/com/profile/ProfileFollowers.tsx')
-rw-r--r-- | src/view/com/profile/ProfileFollowers.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index aeb2fcba9..beb9609b6 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -78,6 +78,8 @@ export const ProfileFollowers = observer(function ProfileFollowers({ onEndReached={onEndReached} renderItem={renderItem} initialNumToRender={15} + // FIXME(dan) + // eslint-disable-next-line react/no-unstable-nested-components ListFooterComponent={() => ( <View style={styles.footer}> {view.isLoading && <ActivityIndicator />} |