瀏覽代碼

feat(eslint): fix 2 eslint warnings (#3268)

master
Saúl Ibarra Corretgé 7 年之前
父節點
當前提交
b25caedce7

+ 2
- 2
react/features/base/toolbox/components/AbstractButton.js 查看文件

141
     }
141
     }
142
 
142
 
143
     /**
143
     /**
144
-     * Helper function to be implemented by subclasses, which may return a new
145
-     * React Element to be appended at the end of the button.
144
+     * Helper function to be implemented by subclasses, which may return a
145
+     * new React Element to be appended at the end of the button.
146
      *
146
      *
147
      * @protected
147
      * @protected
148
      * @returns {ReactElement|null}
148
      * @returns {ReactElement|null}

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

58
     }
58
     }
59
 
59
 
60
     /**
60
     /**
61
-     * Helper function to be implemented by subclasses, which returns a React
62
-     * Element to display (a beta tag) at the end of the button.
61
+     * Helper function to be implemented by subclasses, which returns
62
+     * a React Element to display (a beta tag) at the end of the button.
63
      *
63
      *
64
      * @override
64
      * @override
65
      * @protected
65
      * @protected

Loading…
取消
儲存