mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(rn,breakout-rooms) fix not rendering display names
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
1fa43ca4e7
commit
c705dbaa2f
@@ -65,7 +65,7 @@ export const CollapsibleRoom = ({ room }: Props) => {
|
||||
horizontal = { false }
|
||||
keyExtractor = { _keyExtractor }
|
||||
// eslint-disable-next-line react/jsx-no-bind
|
||||
renderItem = { item => <BreakoutRoomParticipantItem item = { item } /> }
|
||||
renderItem = { ({ item: participant }) => <BreakoutRoomParticipantItem item = { participant } /> }
|
||||
showsHorizontalScrollIndicator = { false }
|
||||
windowSize = { 2 } />}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user