Fix tooltip warning
This commit is contained in:
@@ -47,7 +47,9 @@ class ConnectionHealthIndicator extends React.Component<Props, {}> {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip title={`Connection health "${health}"`}>
|
<Tooltip title={`Connection health "${health}"`}>
|
||||||
<DeviceHubOutlined className={`${[classes[health]]} ${this.props.withBackground ? classes.icon : ''}`} />
|
<div>
|
||||||
|
<DeviceHubOutlined className={`${[classes[health]]} ${this.props.withBackground ? classes.icon : ''}`} />
|
||||||
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user