Updates use of showJitsiWatermark.
This commit is contained in:
parent
5bb53ba036
commit
677eef12dd
|
@ -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…
Reference in New Issue