From 41e1c3a2e2b409acde1943c20c3b331d998f8d0e Mon Sep 17 00:00:00 2001 From: virtuacoplenny Date: Mon, 16 Apr 2018 10:21:01 -0700 Subject: [PATCH] fix(tooltip): description prop deprecated, use content instead (#2806) --- react/features/filmstrip/components/web/BaseIndicator.js | 2 +- react/features/toolbox/components/ToolbarButton.web.js | 2 +- .../features/video-quality/components/VideoQualityLabel.web.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/react/features/filmstrip/components/web/BaseIndicator.js b/react/features/filmstrip/components/web/BaseIndicator.js index 3d195b27f..30707b34d 100644 --- a/react/features/filmstrip/components/web/BaseIndicator.js +++ b/react/features/filmstrip/components/web/BaseIndicator.js @@ -89,7 +89,7 @@ class BaseIndicator extends Component { return (
{ this.props.tooltip ? { children } diff --git a/react/features/video-quality/components/VideoQualityLabel.web.js b/react/features/video-quality/components/VideoQualityLabel.web.js index fc303944a..f27e74a05 100644 --- a/react/features/video-quality/components/VideoQualityLabel.web.js +++ b/react/features/video-quality/components/VideoQualityLabel.web.js @@ -166,7 +166,7 @@ export class VideoQualityLabel extends Component { className = { classNames } id = 'videoResolutionLabel'>
{ labelContent }