|
@@ -33,7 +33,6 @@ import {
|
33
|
33
|
} from '../AbstractConference';
|
34
|
34
|
import type { AbstractProps } from '../AbstractConference';
|
35
|
35
|
|
36
|
|
-import Labels from './Labels';
|
37
|
36
|
import LonelyMeetingExperience from './LonelyMeetingExperience';
|
38
|
37
|
import NavigationBar from './NavigationBar';
|
39
|
38
|
import styles from './styles';
|
|
@@ -277,8 +276,6 @@ class Conference extends AbstractConference<Props, *> {
|
277
|
276
|
pointerEvents = 'box-none'
|
278
|
277
|
style = { styles.toolboxAndFilmstripContainer }>
|
279
|
278
|
|
280
|
|
- <Labels />
|
281
|
|
-
|
282
|
279
|
<Captions onPress = { this._onClick } />
|
283
|
280
|
|
284
|
281
|
{ _shouldDisplayTileView || <Container style = { styles.displayNameContainer }>
|