mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 02:22:30 +00:00
fix(tooltip): description prop deprecated, use content instead (#2806)
This commit is contained in:
@@ -55,7 +55,7 @@ class ToolbarButton extends AbstractToolbarButton {
|
||||
onClick = { this.props.onClick }>
|
||||
{ this.props.tooltip
|
||||
? <Tooltip
|
||||
description = { this.props.tooltip }
|
||||
content = { this.props.tooltip }
|
||||
position = { this.props.tooltipPosition }>
|
||||
{ children }
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user