[RN] Fix duplicated notifications (#3479)

This commit is contained in:
Zoltan Bettenbuk 2018-09-26 18:06:26 +02:00 committed by Любомир Маринов
parent 8c23d43a3a
commit 8adc8a090a
1 changed files with 0 additions and 2 deletions

View File

@ -336,8 +336,6 @@ class Conference extends Component<Props> {
{
this._renderConferenceNotification()
}
<NotificationsContainer />
</Container>
);
}