Updates use of showJitsiWatermark.

pull/1217/head
Дамян Минков 9 years ago committed by GitHub
parent 5bb53ba036
commit 677eef12dd
  1. 2
      react/features/conference/components/Conference.web.js

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

Loading…
Cancel
Save