mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #497
This commit is contained in:
@ -34,7 +34,7 @@ const TabSharedUsers = React.memo(
|
||||
data={flattenData}
|
||||
style={styles.flatList}
|
||||
renderItem={({ item }) => (
|
||||
<ComponentAccount account={item} origin='relationship' />
|
||||
<ComponentAccount account={item} />
|
||||
)}
|
||||
onEndReached={onEndReached}
|
||||
onEndReachedThreshold={0.75}
|
||||
|
Reference in New Issue
Block a user