Browse Source

ref(toolbar): change tooltip prop name to stop deprecation warning (#3186)

master
virtuacoplenny 7 years ago
parent
commit
2951fefef9
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/toolbox/components/ToolboxItem.web.js

+ 1
- 1
react/features/base/toolbox/components/ToolboxItem.web.js View File

61
         if (useTooltip) {
61
         if (useTooltip) {
62
             return (
62
             return (
63
                 <Tooltip
63
                 <Tooltip
64
-                    description = { tooltip }
64
+                    content = { tooltip }
65
                     position = { tooltipPosition }>
65
                     position = { tooltipPosition }>
66
                     { iconWrapper }
66
                     { iconWrapper }
67
                 </Tooltip>
67
                 </Tooltip>

Loading…
Cancel
Save