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

pull/3137/head jitsi-meet_3179
virtuacoplenny 7 years ago committed by GitHub
parent 361e5f0fad
commit 2951fefef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      react/features/base/toolbox/components/ToolboxItem.web.js

@ -61,7 +61,7 @@ export default class ToolboxItem extends AbstractToolboxItem<Props> {
if (useTooltip) {
return (
<Tooltip
description = { tooltip }
content = { tooltip }
position = { tooltipPosition }>
{ iconWrapper }
</Tooltip>

Loading…
Cancel
Save