Updates use of showJitsiWatermark.

This commit is contained in:
Дамян Минков 2016-12-30 12:07:54 -06:00 committed by GitHub
parent 5bb53ba036
commit 677eef12dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 }