瀏覽代碼

recording: remove beta label from LiveStreamButton

j8
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
4134d47f6e
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0
    15
      react/features/recording/components/LiveStream/web/LiveStreamButton.js

+ 0
- 15
react/features/recording/components/LiveStream/web/LiveStreamButton.js 查看文件

1
 // @flow
1
 // @flow
2
 
2
 
3
-import React from 'react';
4
-
5
 import { translate } from '../../../../base/i18n';
3
 import { translate } from '../../../../base/i18n';
6
 import { IconLiveStreaming } from '../../../../base/icons';
4
 import { IconLiveStreaming } from '../../../../base/icons';
7
 import { connect } from '../../../../base/redux';
5
 import { connect } from '../../../../base/redux';
8
-import { BetaTag } from '../../../../base/toolbox';
9
 
6
 
10
 import AbstractLiveStreamButton, {
7
 import AbstractLiveStreamButton, {
11
     _mapStateToProps as _abstractMapStateToProps,
8
     _mapStateToProps as _abstractMapStateToProps,
37
 class LiveStreamButton extends AbstractLiveStreamButton<Props> {
34
 class LiveStreamButton extends AbstractLiveStreamButton<Props> {
38
     icon = IconLiveStreaming;
35
     icon = IconLiveStreaming;
39
 
36
 
40
-    /**
41
-     * Helper function to be implemented by subclasses, which returns
42
-     * a React Element to display (a beta tag) at the end of the button.
43
-     *
44
-     * @override
45
-     * @protected
46
-     * @returns {ReactElement}
47
-     */
48
-    _getElementAfter() {
49
-        return <BetaTag />;
50
-    }
51
-
52
     /**
37
     /**
53
      * Returns the tooltip that should be displayed when the button is disabled.
38
      * Returns the tooltip that should be displayed when the button is disabled.
54
      *
39
      *

Loading…
取消
儲存