diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index a12a16bb1307024de976b543ba77c6b74a45f63b..09f819d54d87759513ff56f4dfdaa644ba2b4b03 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -105,10 +105,6 @@ class Conference extends Component<Props, State> { constructor() { super(); - // External API will load an instance of babel-polyfill. Hence we - // should remove existing babel-polyfill instance. - delete global._babelPolyfill; - this.state = { isLoading: true };