Преглед изворни кода

Updates use of showJitsiWatermark.

master
Дамян Минков пре 9 година
родитељ
комит
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 }

Loading…
Откажи
Сачувај