mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 03:37:47 +00:00
removes need for eslint-disable-next-line react/jsx-wrap-multilines and eslint-diable-line no extra-parens
This commit is contained in:
committed by
Lyubo Marinov
parent
9aed4df6d2
commit
1d99abc4a4
@@ -101,7 +101,7 @@ class OverflowMenuItem extends Component<Props> {
|
||||
* @returns {ReactElement}
|
||||
*/
|
||||
_renderText() {
|
||||
const textElement = ( // eslint-disable-line no-extra-parens
|
||||
const textElement = (
|
||||
<span className = 'overflow-menu-item-text'>
|
||||
{ this.props.text }
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user