Procházet zdrojové kódy

fix(chore): Don't show react "unique key" warning

master
Vlad Piersec před 3 roky
rodič
revize
cfde918a30

+ 2
- 4
react/features/conference/components/web/ConferenceInfo.js Zobrazit soubor

@@ -161,10 +161,8 @@ class ConferenceInfo extends Component<Props> {
161 161
     render() {
162 162
         return (
163 163
             <div className = 'details-container' >
164
-                { [
165
-                    this._renderAlwaysVisible(),
166
-                    this._renderAutoHide()
167
-                ] }
164
+                { this._renderAlwaysVisible() }
165
+                { this._renderAutoHide() }
168 166
             </div>
169 167
         );
170 168
     }

Načítá se…
Zrušit
Uložit