mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
chore(deps) Upgrade eslint (#13341)
Upgrade eslint related packages Fix new errors
This commit is contained in:
@@ -87,14 +87,16 @@ export default class ToolboxItem extends AbstractToolboxItem<IProps> {
|
||||
const useTooltip = this.tooltip && this.tooltip.length > 0;
|
||||
|
||||
if (contextMenu) {
|
||||
return (<ContextMenuItem
|
||||
accessibilityLabel = { this.accessibilityLabel }
|
||||
disabled = { disabled }
|
||||
icon = { icon }
|
||||
onClick = { onClick }
|
||||
onKeyDown = { onKeyDown }
|
||||
onKeyPress = { this._onKeyPress }
|
||||
text = { this.label } />);
|
||||
return (
|
||||
<ContextMenuItem
|
||||
accessibilityLabel = { this.accessibilityLabel }
|
||||
disabled = { disabled }
|
||||
icon = { icon }
|
||||
onClick = { onClick }
|
||||
onKeyDown = { onKeyDown }
|
||||
onKeyPress = { this._onKeyPress }
|
||||
text = { this.label } />
|
||||
);
|
||||
}
|
||||
let children = (
|
||||
<Fragment>
|
||||
|
||||
Reference in New Issue
Block a user