浏览代码

Updates use of showJitsiWatermark.

j8
Дамян Минков 8 年前
父节点
当前提交
677eef12dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/conference/components/Conference.web.js

+ 1
- 1
react/features/conference/components/Conference.web.js 查看文件

@@ -180,7 +180,7 @@ export default class Conference extends Component {
180 180
      * @private
181 181
      */
182 182
     _renderJitsiWatermark() {
183
-        if (this.state.jitsiWatermarkLink) {
183
+        if (this.state.showJitsiWatermark) {
184 184
             return (
185 185
                 <a
186 186
                     href = { this.state.jitsiWatermarkLink }

正在加载...
取消
保存