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 }
|
horizontal = { false }
|
||||||
keyExtractor = { _keyExtractor }
|
keyExtractor = { _keyExtractor }
|
||||||
// eslint-disable-next-line react/jsx-no-bind
|
// eslint-disable-next-line react/jsx-no-bind
|
||||||
renderItem = { item => <BreakoutRoomParticipantItem item = { item } /> }
|
renderItem = { ({ item: participant }) => <BreakoutRoomParticipantItem item = { participant } /> }
|
||||||
showsHorizontalScrollIndicator = { false }
|
showsHorizontalScrollIndicator = { false }
|
||||||
windowSize = { 2 } />}
|
windowSize = { 2 } />}
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue