Przeglądaj źródła

fix(rn,breakout-rooms) fix not rendering display names

master
Saúl Ibarra Corretgé 3 lat temu
rodzic
commit
c705dbaa2f

+ 1
- 1
react/features/breakout-rooms/components/native/CollapsibleRoom.js Wyświetl plik

65
                 horizontal = { false }
65
                 horizontal = { false }
66
                 keyExtractor = { _keyExtractor }
66
                 keyExtractor = { _keyExtractor }
67
                 // eslint-disable-next-line react/jsx-no-bind
67
                 // eslint-disable-next-line react/jsx-no-bind
68
-                renderItem = { item => <BreakoutRoomParticipantItem item = { item } /> }
68
+                renderItem = { ({ item: participant }) => <BreakoutRoomParticipantItem item = { participant } /> }
69
                 showsHorizontalScrollIndicator = { false }
69
                 showsHorizontalScrollIndicator = { false }
70
                 windowSize = { 2 } />}
70
                 windowSize = { 2 } />}
71
         </View>
71
         </View>

Ładowanie…
Anuluj
Zapisz