fix(rn,breakout-rooms) fix not rendering display names
This commit is contained in:
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>
|
||||
|
|
Loading…
Reference in New Issue