From 4134d47f6e74e77a143c6829e020d010fb5fa7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 5 Dec 2019 15:45:38 +0100 Subject: [PATCH] recording: remove beta label from LiveStreamButton --- .../components/LiveStream/web/LiveStreamButton.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/react/features/recording/components/LiveStream/web/LiveStreamButton.js b/react/features/recording/components/LiveStream/web/LiveStreamButton.js index 3da3c34b9..4e62fb631 100644 --- a/react/features/recording/components/LiveStream/web/LiveStreamButton.js +++ b/react/features/recording/components/LiveStream/web/LiveStreamButton.js @@ -1,11 +1,8 @@ // @flow -import React from 'react'; - import { translate } from '../../../../base/i18n'; import { IconLiveStreaming } from '../../../../base/icons'; import { connect } from '../../../../base/redux'; -import { BetaTag } from '../../../../base/toolbox'; import AbstractLiveStreamButton, { _mapStateToProps as _abstractMapStateToProps, @@ -37,18 +34,6 @@ type Props = AbstractProps & { class LiveStreamButton extends AbstractLiveStreamButton { icon = IconLiveStreaming; - /** - * Helper function to be implemented by subclasses, which returns - * a React Element to display (a beta tag) at the end of the button. - * - * @override - * @protected - * @returns {ReactElement} - */ - _getElementAfter() { - return ; - } - /** * Returns the tooltip that should be displayed when the button is disabled. *